-
Notifications
You must be signed in to change notification settings - Fork 30
FIREBASE_CONFIG and GCLOUD_PROJECT environment variables are missing #27
Comments
@leongwaikay yup, unfortunately a lot of things are missing from the description. I'll try to run through them and update any missing things. Also the code (currently) does not automatically create the table on the 1st run. Will need to update that as well. |
@leongwaikay the exact same thing happened to me 2days ago for some reason. this happened:
i mention the line to edit to create the table in the guide btw, but i have to apologize for anything missing in there. @andrei-tatar let me know when you edit the tutorial so i can test it for you from scratch |
ah sorry, forgot the fix 😂 change to |
Shoud be So you mean previously we were connecting to someone else postgres?! |
Seems like @nicandris has added the code in |
Hey guys, |
Hi, is it correct that the change |
@andrei-tatar Got my heroku installation working previously, but suddenly I got the error
Warning, FIREBASE_CONFIG and GCLOUD_PROJECT environment variables are missing. Initializing firebase-admin will fail
, and seems that my database is empty, resulting inlogin: { error: password authentication failed for user "ohubflebemtayr"
Traced the error to line 61 of
login.ts
:await this.userRepository.value.createUserRecordIfNotExists(decoded.uid);
Inspected my postgres db on Heroku and gasp it is empty!
The text was updated successfully, but these errors were encountered: