Skip to content

Commit 2624972

Browse files
Added .env.example template.
1 parent ef8892b commit 2624972

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.env.example

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)