1215 results found
-
business
Making business account anything help him
1 vote -
Firebase Payments SDK — A Unified, Platform-Agnostic Payment Service for Firebase
I'd like to submit a feature request for a first-party payment service within the Firebase ecosystem — tentatively called Firebase Payments.
The Problem
Firebase does an excellent job abstracting away common backend concerns — authentication, real-time databases, cloud functions, push notifications, and hosting. However, one critical backend responsibility remains entirely unaddressed: payment processing and subscription management.
Today, developers who build on Firebase must wire together third-party providers (Stripe, Razorpay, Paddle, etc.) manually, manage webhooks, store transaction state in Firestore themselves, and handle currency normalization independently across regions. This introduces significant complexity, maintenance overhead, and security surface area — all of…
2 votes -
1 vote
-
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 -
Email OTP Verification Code
We should open a Firebase community discussion about Email OTP authentication.
Firebase currently does not support native email-based OTP login (only email link or password auth).
I want to build a passwordless system where:
- Users sign in with email only
- A one-time code (OTP) is sent to email
- No passwords are stored
- Same OTP flow is used for login, signup, and account actions
This would provide a simpler and more secure authentication method without requiring phone numbers or passwords.
2 votes -
firebase test files
Our app is a file manager, and it would be great to be able to test its functionality in Firebase Test Lab by providing some simple test files and directories. Without any files, the tests are relatively useless.
3 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 -
Store Firebase Console date filter settings in browser LocalStorage
When I use Firebase Analytics on Firebase Console, it's quite annoying to set date filter settings every time when I visit that page.
Firebase Console webapp should store user's date filter settings in a browser LocalStorage in order to get rid of this behavior.
1 vote -
1 vote
-
Autofill suggested indexes from query insights
With the legacy firestore any complex query required indexing to be able to get the documents, nowadays with firestore entreprise that is not require but still the optimization is required for large collections and aggregation queries. The new query insights help you keep track of the performance and can list each query, but unlike legacy firestore they require you to manually set the details of any new index even if the modal opens from a specific query (It seems like an incomplete ux). Being able to perform this tedious task with the click of a button will be amazing.
About…
3 votes -
1 vote
-
Firebase main page.
in the main Page of firebase , its feel empty nad only shows the projects name, i wish it every project looks like a box under each one shows data about it , Analytics , DAU , for all of them at once
1 vote -
Support background triggers (like Firestore) in Cloud Functions with Dart
Since Support Dart in Cloud Functions was marked as completed, we can now write callable and HTTP triggered Cloud Functions in Dart. 🎯💙
It would be good if background triggers (like when a document is created/updated in Firestore, a user is created in Authentication, etc) would also be supported.
40 votes -
1 vote
-
200
Fo Tamien
1 vote -
ربط تطبيق تكسيً بلي بتطبيق زين كاش لسحب أموالي
ربط حسابي تطبيق تكسيً بلي بتطبيق زين كاش لسحبً أموالي
1 vote -
Add support for pnpm workspaces
While it does support for pnpm, it does not support pnpm workspaces. The reason for this is because it currently looks for the
pnpm-lock.yamlfile in the workspace app directory, but this file is actually in the root directory when using workspaces. This causes lots it to switch to usingnpmand the build to fail.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 -
Provide proper sorting for the firebase cloud functions table UI
Provide proper sorting for the firebase functions table UI, ideally persisted on localStorage, it could allow us to sort by trigger, by name, by ..., just to make the table easily visually consumed and help users find their http triggers with ease (to copy paste, I find my self lost on my list many times)
1 vote
- Don't see your idea?