Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add documentation on how to add firebase env vars #15

Open
MarconLP opened this issue May 16, 2023 · 1 comment
Open

add documentation on how to add firebase env vars #15

MarconLP opened this issue May 16, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@MarconLP
Copy link
Owner

these vars need documentation

normal firebase vars

# firebase
NEXT_PUBLIC_FIREBASE_API_KEY=
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=
NEXT_PUBLIC_FIREBASE_PROJECT_ID=
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=
NEXT_PUBLIC_FIREBASE_APP_ID=

Web Push certificates public key:

NEXT_PUBLIC_VAPID_KEY=

firebase service account private key

# firebase admin
FIREBASE_PRIVATE_KEY=
@MarconLP MarconLP added the documentation Improvements or additions to documentation label May 16, 2023
@MarconLP
Copy link
Owner Author

variables also have to be changed in https://github.com/MarconLP/loggl/blob/e64d5770496d73de5ced557933aa0f6bb0678ca4/apps/nextjs/public/firebase-messaging-sw.js, while this issue is not fixed: #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant