-
Notifications
You must be signed in to change notification settings - Fork 6
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
1 parent
2ff136b
commit 3d490ee
Showing
19 changed files
with
5,224 additions
and
2,714 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,2 +1,17 @@ | ||
NEXT_PUBLIC_SITE_URL=http://localhost:3000 | ||
FIREBASE_SERVICE_ACCOUNT= | ||
FIREBASE_SERVICE_ACCOUNT= | ||
|
||
FIREBASE_ADMIN_CLIENT_EMAIL= | ||
FIREBASE_ADMIN_PRIVATE_KEY= | ||
|
||
AUTH_COOKIE_NAME=AuthToken | ||
AUTH_COOKIE_SIGNATURE_KEY_CURRENT=secret1 | ||
AUTH_COOKIE_SIGNATURE_KEY_PREVIOUS=secret2 | ||
USE_SECURE_COOKIES=false | ||
|
||
|
||
NEXT_PUBLIC_FIREBASE_PROJECT_ID= | ||
NEXT_PUBLIC_FIREBASE_API_KEY= #Web API Key retrieved from Project Settings general page | ||
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN= #your-project-id.firebaseapp.com | ||
NEXT_PUBLIC_FIREBASE_DATABASE_URL= #your-project-id.firebaseio.com | ||
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID= # This is the Firebase Cloud Messaging (FCM) sender ID |
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
Oops, something went wrong.