1243 results found
-
Increase Firebase Testing Agent Session Duration
We are currently using the Firebase Testing Agent for automated testing of our React Native mobile application.
One major limitation for us is the current 5-minute maximum test duration. Our real user flows include authentication, navigation, API loading, and media/content interactions, so even the login process alone can sometimes take around 3.5 minutes before the actual test scenario begins.
Because of this, many realistic end-to-end test cases cannot be completed within the current limit.
It would be extremely helpful if Firebase could:
Increase the maximum test duration beyond 5 minutes, or
Provide configurable/custom timeout options, or
Offer optimization recommendations/features for…1 vote -
Gemini Live startAudioConversation(): Add API for user feedback on audio input/output events
Testing startAudioConversation() APIs here:
- https://firebase.google.com/docs/ai-logic/live-api?api=dev
- https://developer.android.com/ai/gemini/live
Including the sample app here:
One feature (new API addition) that I would want:
I would like to know when audio processing is happening, ie. input audio and output - a bit similar to the Gemini app's Live functionality on Android. So I would like to have a way to show:
- audio wave or audio pulsation to indicate to the user that input is being received
Additionally I would also like to +1, in the same vein, the implementation of the transcription API (also, exactly like the Gemini app's functionality) - as was…
5 votes -
make linking console to studio a button, right
that should be a done deal
4 votes -
GGV Hub: A Physical AI Ecosystem integration with Firebase and Gemini for Autonomous Retail
Proposal: GGV (Google Gemini Valley) Hub
I suggest integrating Firebase with Gemini to power a physical AI-driven ecosystem called "GGV". This concept features:
Full-Auto Retail: A Gemini-managed supermarket with robotic assistance.
AI Cinema: Dynamic content generated in real-time by Google’s AI models.
Smart Workspace: High-tech, acoustic-insulated office pods for rent.
This physical landmark will serve as a "Soft Power" asset for Google, showcasing Gemini's real-world dominance beyond digital interfaces2 votes -
Request to make "flutter deploy" to allow Incremental Remote Config parameters update
Take this case,
An Enterprise Project with multiple Mobile Apps underneath. In our case, it is an ERP system with multiple subject-based mobile apps. Each mobile app needs to control its forced-update on the client side. Remote Config is thought to be the way forward.
We need to have "flutter deploy" update a parameter for each app, to keep the latest version. The app will check this against its bulit-in version number. If a mismatch, then force an update. Very typical scenario.
The issue with the current "flutter deploy" as a method to automatically update/maintain Remote Config parameter for the…
2 votes -
Add official React Native / Expo SDK with Clerk-like DX: protected routes, RBAC components, and declarative auth UI
The Firebase Auth SDK for React Native requires significant boilerplate
to implement properly — auth state listeners, Firestore role fetching,
route protection, and error handling all have to be wired up manually
in every project.The developer experience gap compared to alternatives like Clerk is
significant. Clerk provides:• <SignedIn> / <SignedOut> declarative components
• <Protect role="admin"> role-based rendering
• Automatic route guards for Expo Router
• Pre-built auth screensI built an open-source package called react-native-fireguard that fills
this gap for Firebase developers:npm install react-native-fireguard
It wraps Firebase Auth with:
• <FirebaseAuthProvider> — single setup, handles everything
•…1 vote -
Make App Hosting available in Doha and Dammam region (me-central)
Deployment of apps in the firebase project has limited region options and middle east regions are not among them.
Allowing the deployment of backend in these region will enable us to lower latency and use the cool firebase dashboards to manage the backend without having to go to GCP console often.
3 votes -
Group function by category
I think it would be awesome if we could group functions by category on the screen.
Sometimes we have a lot of functions depending on the project, and it becomes a little hard to read the console — it gets kind of fuzzy.6 votes -
Built-In APK & AAB File Generator
Built-In APK & AAB File Generator
A built-in APK & AAB file generator simplifies the app publishing process by allowing developers to compile and export Android app packages directly within the development environment. This eliminates the need for external build tools, streamlining workflows and saving time. With just a few clicks, developers can switch between APK (for direct installation) and AAB (optimized for Google Play). Advanced settings may include versioning, keystore integration, ABI targeting, and app signing. Ideal for beginners and professionals alike, this built-in generator ensures efficiency, accuracy, and error reduction during the app deployment cycle, making testing and…13 votes -
2 votes
-
"Verify Email Address" page should be translated
We notice an inconsistency where the initial Firebase email verification page displays in English (the one with the 'Complete verification' button), despite the URL containing the lang=fr parameter, while the final success message correctly appears in French.
This appears as a bug.1 vote -
3P model support
Firebase should have support for non-Gemini Models (non-Google) as well.
1 vote -
I suggest that Firebase improves error messages to be more clear and beginner-friendly, especially for new developers.
As a beginner, I often feel confused when errors appear. Clearer and more descriptive error messages in the Firebase console would help users understand problems faster without searching elsewhere
0 votes -
Export / Import single document on firestore console
Please add an option to export or import a single document from firestore console in firebase page, not in gcloud. Same way like we can do on firebase database export and import a json file with the data.
16 votes -
7 votes
-
Data
Assets
1 vote -
Supabase to Firebase migration
Have a skill that helps AI agent to migrate my app from Supabase to Firebase
2 votes -
Update privacy policy part of PNV SDK
About the new post on the Google Groups of PNV SDK:
https://groups.google.com/g/firebase-pnv-announce/c/44tx7z_Pc8w/m/99O0BfW4AAAJ?utm_medium=email&utm_source=footer
https://firebase.google.com/docs/phone-number-verification/android/get-started"You must have a publicly accessible privacy policy to complete OAuth brand verification. You can use Firebase Hosting to create a basic web app to host your test privacy policy."
It mentions to have privacy policy related to this, but doesn't mention what to put there.
I tried to contact Firebase support, and they said to me to request it here, with these details:"
It should clearly say, in simple words:
that your app reads the user’s phone number,
why it does this,
whether the number…2 votes -
Access user agent of the client
App hosting replaces user agent header of the client, with "Google"
I need to access user agent to modify responses according to user's operating system.3 votes -
Configure to redirect system domains (...web.app) to primary domain.
Problem
Firebase Hosting currently serves content simultaneously across three URLs: a custom domain (e.g.,site.example.org) and two system domains (project.web.appandproject.firebaseapp.com). This creates duplicate content issues for SEO and fragmenting analytics.Proposed Solution
Allow users to designate a Primary Domain within the Firebase Console. Once set, all requests to the default system domains should automatically trigger a 301 redirect to the primary custom domain.Key Requirements
* Automatic Redirection: System domains (web.app/firebaseapp.com) should mirror the "Redirect" functionality already available for custom domains.
* SEO Optimization: Consolidate page rank by ensuring only one…1 vote
- Don't see your idea?