Skip to content

Commit a3c2c2d

Browse files
Updated .env.example template.
1 parent 0150ad4 commit a3c2c2d

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

.env.example

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,32 @@
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
53
FIREBASE_API_KEY=
4+
5+
# Firebase Auth Domain (not explicitly found in google-services.json, but inferred)
66
FIREBASE_AUTH_DOMAIN=
7+
8+
# Firebase Project ID
79
FIREBASE_PROJECT_ID=
10+
11+
# Firebase Storage Bucket
812
FIREBASE_STORAGE_BUCKET=
13+
14+
# Firebase Messaging Sender ID (Project Number)
915
FIREBASE_MESSAGING_SENDER_ID=
16+
17+
# Firebase App ID
1018
FIREBASE_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)
1424
GOOGLE_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=
2032
BUILD_DATE=

0 commit comments

Comments
 (0)