File tree Expand file tree Collapse file tree 1 file changed +20
-8
lines changed
Expand file tree Collapse file tree 1 file changed +20
-8
lines changed Original file line number Diff line number Diff line change 1- # Copy this file to `.env` and fill in your values
2- # These are consumed by app.config.js via dotenv at build time
31
4- # Firebase config (also present in google-services.json / GoogleService-Info.plist for native)
2+ # Firebase API Key
53FIREBASE_API_KEY =
4+
5+ # Firebase Auth Domain (not explicitly found in google-services.json, but inferred)
66FIREBASE_AUTH_DOMAIN =
7+
8+ # Firebase Project ID
79FIREBASE_PROJECT_ID =
10+
11+ # Firebase Storage Bucket
812FIREBASE_STORAGE_BUCKET =
13+
14+ # Firebase Messaging Sender ID (Project Number)
915FIREBASE_MESSAGING_SENDER_ID =
16+
17+ # Firebase App ID
1018FIREBASE_APP_ID =
1119
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)
20+ # Google Maps API Key
21+ GOOGLE_MAPS_API_KEY =
22+
23+ # Google Sign-In (oauth)
1424GOOGLE_WEB_CLIENT_ID =
1525
16- # Optional: Maps (Android)
17- GOOGLE_MAPS_API_KEY =
26+ # Github Personal Access Token (PAT) for repo
27+ GH_TOKEN =
1828
19- # Build metadata
29+ # Local development only
30+ APP_VERSION =
31+ BUILD_NUMBER =
2032BUILD_DATE =
You can’t perform that action at this time.
0 commit comments