Skip to content

Instantly share code, notes, and snippets.

@ctrngk
Created December 15, 2020 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ctrngk/cdfad0c2c8310a81d924cca5fe3660ef to your computer and use it in GitHub Desktop.
Save ctrngk/cdfad0c2c8310a81d924cca5fe3660ef to your computer and use it in GitHub Desktop.
with-firebase-authentication-app
# 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