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
Describe the bug
I am following the Genkit with Firebase Cloud Functions tutorial and I'm getting the following error when running firebase init genkit:
genkit is not a supported feature; must be one of database, firestore, functions, hosting, hosting:github, storage, emulators, remoteconfig, extensions, frameworks.
To Reproduce
Steps to reproduce the behavior:
Create a new directory
Run npm init -y
Run genkit init
Run firebase init genkit
See error
Expected behavior
The tutorial should not suggest commands that are not supported.
The text was updated successfully, but these errors were encountered:
Thanks! I had an old version of firebase-tools that was stuck on v12 (I installed it with Bun about a year ago and then decided to not use Bun again 😅)
Describe the bug
I am following the Genkit with Firebase Cloud Functions tutorial and I'm getting the following error when running
firebase init genkit
:To Reproduce
Steps to reproduce the behavior:
Expected behavior
The tutorial should not suggest commands that are not supported.
The text was updated successfully, but these errors were encountered: