From f5a640811a5af253d8d98217c71d86c22c7a34cb Mon Sep 17 00:00:00 2001 From: Mohammed Gadi <9037086+msgadi@users.noreply.github.com> Date: Wed, 27 Dec 2023 22:13:52 +0530 Subject: [PATCH] examples: Update .env.local.example of with-firebase (#59954) --- examples/with-firebase/.env.local.example | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/with-firebase/.env.local.example b/examples/with-firebase/.env.local.example index 3bb7c2bbad7987..521791b6101d55 100644 --- a/examples/with-firebase/.env.local.example +++ b/examples/with-firebase/.env.local.example @@ -6,6 +6,7 @@ NEXT_PUBLIC_FIREBASE_PROJECT_ID= NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET= NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID= NEXT_PUBLIC_FIREBASE_APP_ID= +NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID= # for firebase-admin FIREBASE_CLIENT_EMAIL=