The "firebaseClientInitConfig.apiKey" value is required on vercel #88
Unanswered
ubresponsive
asked this question in
Q&A
Replies: 1 comment
-
Ok sorry that was silly, it's excluded in the gitignore file |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I do a deploy on Vercel, I get this error The "firebaseClientInitConfig.apiKey" value is required and the deploy fails
my initAuth.js file has, apiKey: process.env.NEXT_PUBLIC_FIREBASE_PUBLIC_API_KEY,
and my .env.local file has NEXT_PUBLIC_FIREBASE_PUBLIC_API_KEY=xxxxxxxx
any suggestions here?
Beta Was this translation helpful? Give feedback.
All reactions