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
Issues filed here should be about bugs for a specific extension in this repository.
If you have a general question, need help debugging, or fall into some
other category use one of these other channels:
For general technical questions, post a question on StackOverflow
with the firebase tag.
For general Firebase discussion, use the firebase-talk
google group.
To file a bug against the Firebase Extensions platform, or for an issue affecting multiple extensions, please reach out to Firebase support directly.
[REQUIRED] Step 2: Describe your configuration
Extension name: firestore-multimodal-genai
Extension version: 1.0.1
Configuration values (redact info where appropriate):
I'm playing with the gemini-multimodal-genai Firebase extension. Have it all working when setting up manually in the web interface. Now I'm trying to use the firebase cli to deploy the configuration:
firebase deploy --only extensions
This always fails with the error:
Error: Some services used by this extension have not been set up on your Firebase project. To ensure this extension works as intended, you must enable these services by following the provided links, then retry this command
* Firebase Storage: store and retrieve user-generated files like images, audio, and video without server-side code.
I do have Storage already enabled, and I successfully deploy Storage, Firestore, Functions with 'firebase deploy' regularly. Extensions terms of service have been accepted.
Steps to reproduce:
What happened? How can we make the problem occur?
% firebase deploy --only extensions --project=***
=== Deploying to '***'...
i deploying extensions
i extensions: ensuring required API firebaseextensions.googleapis.com is enabled...
✔ extensions: required API firebaseextensions.googleapis.com is enabled
i extensions: ensuring required API secretmanager.googleapis.com is enabled...
✔ extensions: required API secretmanager.googleapis.com is enabled
i extensions: ensuring required API compute.googleapis.com is enabled...
✔ extensions: required API compute.googleapis.com is enabled
The following extension instances will be created:
firestore-multimodal-genai (googlecloud/[email protected])
i extensions: By installing an extension instance onto a Firebase project, you accept the Firebase Extensions User Terms of Service: https://firebase.google.com/terms/extensions/user
? Do you accept the Firebase Extensions User Terms of Service? Yes
Error: Some services used by this extension have not been set up on your Firebase project. To ensure this extension works as intended, you must enable these services by following the provided links, then retry this command
* Firebase Storage: store and retrieve user-generated files like images, audio, and video without server-side code.
https://console.firebase.google.com/project/***/storage
Expected result
Deploys extension
Actual result
Error about Storage service, which is set up and in use.
The text was updated successfully, but these errors were encountered:
[READ] Step 1: Are you in the right place?
Issues filed here should be about bugs for a specific extension in this repository.
If you have a general question, need help debugging, or fall into some
other category use one of these other channels:
with the firebase tag.
google group.
Firebase support directly.
[REQUIRED] Step 2: Describe your configuration
[REQUIRED] Step 3: Describe the problem
I'm playing with the gemini-multimodal-genai Firebase extension. Have it all working when setting up manually in the web interface. Now I'm trying to use the firebase cli to deploy the configuration:
firebase deploy --only extensions
This always fails with the error:
I do have Storage already enabled, and I successfully deploy Storage, Firestore, Functions with 'firebase deploy' regularly. Extensions terms of service have been accepted.
Steps to reproduce:
What happened? How can we make the problem occur?
Expected result
Deploys extension
Actual result
Error about Storage service, which is set up and in use.
The text was updated successfully, but these errors were encountered: