-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,20 @@ | ||
# development | ||
|
||
# set these values from the firebase project settings | ||
NEXT_PUBLIC_FIREBASE_API_KEY="" | ||
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN="" | ||
NEXT_PUBLIC_FIREBASE_DATABASE_URL="" | ||
NEXT_PUBLIC_FIREBASE_PROJECT_ID="" | ||
NEXT_PUBLIC_PROJECT_ID="" | ||
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET="" | ||
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID="" | ||
NEXT_PUBLIC_FIREBASE_APP_ID="" | ||
NEXT_PUBLIC_BASE_URL="" | ||
NEXT_PUBLIC_PRIVATE_KEY="" | ||
NEXT_PUBLIC_CLIENT_EMAIL="" | ||
|
||
# set this value from the "Realtime Database" --> "Data" | ||
NEXT_PUBLIC_FIREBASE_DATABASE_URL="" | ||
|
||
# using localhost for the local development | ||
NEXT_PUBLIC_BASE_URL="http://localhost:3000" | ||
|
||
# set these values from .json file in the "Service accounts" --> "Firebase Admin SDK" | ||
NEXT_PUBLIC_PROJECT_ID="" | ||
NEXT_PUBLIC_PRIVATE_KEY="" #example for this value "-----BEGIN PRIVATE KEY-----\nMIIEugIBADANBgkqhkiG9w0BAQEFAASCBKQwggSgAgEAAoIBAQCki3egFXIppEwK.........." | ||
NEXT_PUBLIC_CLIENT_EMAIL="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters