We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8892b commit 2624972Copy full SHA for 2624972
.env.example
@@ -0,0 +1,20 @@
1
+# Copy this file to `.env` and fill in your values
2
+# These are consumed by app.config.js via dotenv at build time
3
+
4
+# Firebase config (also present in google-services.json / GoogleService-Info.plist for native)
5
+FIREBASE_API_KEY=
6
+FIREBASE_AUTH_DOMAIN=
7
+FIREBASE_PROJECT_ID=
8
+FIREBASE_STORAGE_BUCKET=
9
+FIREBASE_MESSAGING_SENDER_ID=
10
+FIREBASE_APP_ID=
11
12
+# Google Sign-In: REQUIRED for offline access and proper sign-in on native
13
+# Provide the OAuth 2.0 Client ID of type "Web application" from Google Cloud console (same project as your iOS/Android clients)
14
+GOOGLE_WEB_CLIENT_ID=
15
16
+# Optional: Maps (Android)
17
+GOOGLE_MAPS_API_KEY=
18
19
+# Build metadata
20
+BUILD_DATE=
0 commit comments