You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since initializing Genkit inside an existing Firebase functions and firestore emulator project, I am able to boot them both but any change I make to my code that triggers a hot reload of the functions results in the following error:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Since initializing Genkit inside an existing Firebase functions and firestore emulator project, I am able to boot them both but any change I make to my code that triggers a hot reload of the functions results in the following error:
I have the
GOOGLE_APPLICATION_CREDENTIALS
defined in myenv
files.The only way to fix the issue seems to be to kill the emulator, and log out and log back into the firebase sessions with:
$ firebase logout $ firebase login
Beta Was this translation helpful? Give feedback.
All reactions