flutterfire
flutterfire copied to clipboard
π₯ A collection of Firebase plugins for Flutter apps.
### Is there an existing issue for this? - [x] I have searched the existing issues. ### Which plugins are affected? Storage ### Which platforms are affected? Web ### Description...
## What feature would you like to see? I would love to see the support for RTDB in my windows app since i am already using it on iOS /...
## What feature would you like to see? Firebase AI supports various file types: [image](https://firebase.google.com/docs/ai-logic/analyze-images?api=dev#images-mime-types), [video](https://firebase.google.com/docs/ai-logic/analyze-video?api=dev#video-mime-types), [audio](https://firebase.google.com/docs/ai-logic/analyze-audio?api=dev#audio-mime-types), [pdf & plaintext](https://firebase.google.com/docs/ai-logic/analyze-documents?api=dev#documents-mime-types) It would be nice if there was a const list...
Hello, I've experienced a very strange issue: When I ask Gemini to extract some information from a video file it takes way too long 20 - 25 seconds for videos...
### Is there an existing issue for this? - [x] I have searched the existing issues. ### Which plugins are affected? Auth ### Which platforms are affected? iOS ### Description...
### Is there an existing issue for this? - [x] I have searched the existing issues. ### Which plugins are affected? Auth ### Which platforms are affected? Android ### Description...
The newly added ThinkingBudget support added the thoughtsTokenCount parsing only for the GoogleAI Serialization Strategy GoogleAI: https://github.com/firebase/flutterfire/blob/437e56a4617f96ff96d146008c5e285c51c3ba7d/packages/firebase_ai/firebase_ai/lib/src/developer/api.dart#L247 VertexAI https://github.com/firebase/flutterfire/blob/437e56a4617f96ff96d146008c5e285c51c3ba7d/packages/firebase_ai/firebase_ai/lib/src/api.dart#L1106 The code needs to also be added to VertexSerialization._parseUsageMetadata as it...
## What feature would you like to see? Grounding responses with Vertex AI RAG Engine: https://cloud.google.com/vertex-ai/generative-ai/docs/rag-engine/rag-overview It is currently supported in Node.js and Python sdks
Bumps [form-data](https://github.com/form-data/form-data) from 2.5.3 to 2.5.5. Changelog Sourced from form-data's changelog. v2.5.5 - 2025-07-18 Commits [meta] actually ensure the readme backup isnβt published 10626c0 [Fix] use proper dependency 026abe5 v2.5.4...
## What feature would you like to see? Expose the `instaceFor` method for public to allow user to switch firebase project at runtime. I'm not sure what is the reason...