Created
December 15, 2020 10:09
-
-
Save ctrngk/cdfad0c2c8310a81d924cca5fe3660ef to your computer and use it in GitHub Desktop.
with-firebase-authentication-app
This file contains hidden or 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
# Update these with your Firebase app's values. | |
# Your Project -> Service accounts -> Firebase Admin SDK -> Private Key | |
NEXT_PUBLIC_FIREBASE_PROJECT_ID=*** | |
FIREBASE_PRIVATE_KEY=-----BEGIN PRIVATE KEY-----*** | |
FIREBASE_CLIENT_EMAIL=firebase-adminsdk@*** | |
# Your APP -> Firebase SDK snippet -> config | |
NEXT_PUBLIC_FIREBASE_PUBLIC_API_KEY=AIza*** | |
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=***.firebaseapp.com | |
# Your Project -> Create Real-time database | |
NEXT_PUBLIC_FIREBASE_DATABASE_URL=***.firebaseio.com | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment