Skip to main content
0 votes
2 answers
171 views

I'm developing an Android app using Kotlin and Jetpack Compose. I'm trying to integrate Gemini AI to analyze images uploaded by the user using the Firebase Vertex AI SDK (com.google.firebase:firebase-...
shubham's user avatar
0 votes
1 answer
73 views

I'm trying to send an image and text to Gemini using the firebase_ai package in Flutter, but I'm getting a persistent error: The method 'DataPart' isn't defined for the type 'AiAssistantService'. The ...
Qasid Khyar's user avatar
0 votes
1 answer
130 views

I have been trying to implement Gemini image generation in Flutter, and I have use the sample code from their official documentation: https://firebase.google.com/docs/ai-logic/generate-images-gemini?...
Daniel Sega's user avatar
-1 votes
1 answer
155 views

I'm trying to implement in Flutter the https://firebase.google.com/docs/ai-logic/live-api but when I try implementing the code shown, I got compilation errors like the following one The method '...
Mirko Raimo's user avatar
  • 1,607
2 votes
1 answer
714 views

I'm using Vertex AI in an Angular project with Firebase. The latest 2.5 Flash model works. const model = getGenerativeModel(this.vertexAI, { model: "gemini-2.5-flash-preview-05-20" }); But ...
Marian07's user avatar
  • 2,630