1208 results found
-
Firebase Mobile App or Fully Mobile-Optimized Console
I would like to suggest launching a dedicated Firebase mobile application, or significantly improving the Firebase Console experience on smartphones. This would enable developers to monitor app activity, review analytics, manage databases, track crashes, and make quick adjustments from anywhere without needing a computer. A streamlined mobile experience would improve responsiveness and productivity, especially in production environments.
3 votes -
Select More Than Current Billing Period for Metrics
In the Authentication tab, we can see Daily Active Users and Monthly Active Users for the Current Billing Period. But We can't go back to see these statistics for previous months. Why?
1 vote -
to
Rofikul22114
1 vote -
Add command to check Firebase CLI authentication status without triggering reauth
Currently, the Firebase CLI does not provide a way to proactively check whether the user’s authentication state is still valid. Authentication validity is only discovered when running a command that requires auth, at which point the CLI may fail and instruct the user to run firebase login --reauth.
This makes it difficult to:
• Detect impending or current auth expiration ahead of time
• Build scripts or tooling that can validate environment readiness
• Provide a better UX in local development workflows
• Perform lightweight “health checks” without risking mid-command failureProblem
There is no supported command such as:
•…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 -
Firebase App Hosting: Full support for Next.js 16
Next.js 16 introduced new APIs and major improvements around caching and rendering behavior. Next also open-sourced its adapter so third-party hosting providers can implement Next.js features more completely and stay aligned with upstream changes.
It would be great if Firebase App Hosting fully supported Next.js 16 by integrating the open-source adapter and ensuring parity with Next.js’s caching and runtime behavior.
1 vote -
I need a breakthrough
Do something better in future before that I need to learn something about this 😞
1 vote -
সাইন-আপ
সাইন-আপ
1 vote -
Nikhil petkar
Any update online voting
1 vote -
Make it easier to use Data Connect with Private IP Cloud SQL instance
There is not documentation on how to connect Data Connect service to a Cloud SQL instance with Private IP. Deployment simply fails with timeout error.
Had to open a support case to learn that I have to run the deployment command from within the same VPC. This should be at least documented. The deployment script could be improved, so that you don't have to run the deployment from a VM. The steps that are failing should be executed from the service directly, we'd just need to grant the required permissions to the SA.1 vote -
Firebase Data Connect lacks ON DELETE RESTRICT support and causes brownfield schema mismatch
Hi Firebase Data Connect team,
I’m currently using Firebase Data Connect with Cloud SQL (PostgreSQL) and facing a limitation related to foreign key delete constraints.
PostgreSQL natively supports ON DELETE RESTRICT, and when I manually apply this constraint directly in Cloud SQL, everything works perfectly and the application behaves exactly as intended.
However, Data Connect does not provide any way to define or preserve ON DELETE RESTRICT in its schema. While Data Connect does expose an explicit directive (the ! notation) to define ON DELETE CASCADE, there is no equivalent option for RESTRICT or other delete behaviors.
Because of this,…1 vote -
Firebase needs to make blaze plan have a better built in cap for pay as you go.
The cap just alerts you when you reach your cap. If you have a major issue, for example, something that spam read and writes indefinetly, you will end up paying thousands over your "limit". PLEASE. PLEASE make it so YOUR customers do not have to write a script that should be built in.
1 vote -
Required to take Blaze plan. After given credit card information, "Google Temporary HOL" gets HKD8 for no reason and no permission.
My projects are required to update to Blaze plan on or before February 16, 2026 otherwise no more service will be available for those projects. The whole process of updating is just asking for my personal information and credit card information. After entering my personal information credit card information, my credit card company sent me notice that "Google Temporary HOL" has made a transaction of HKD8 for no reason and no permission in advance. Who is "Google Temporary HOL"? Will Google just make transaction from my credit card whenever they want without asking permission in advance? Will Google just use…
1 vote -
I want to know about android app work
Page not found
1 vote -
1 vote
-
Support to configure non-blocking tool use in Firebase AI Logic?
Async function call (https://ai.google.dev/gemini-api/docs/live-tools#async-function-calling) is helpful in many scenario, but Firebase AI Logic doesn't allow to configure it. Please support
2 votes -
saltar al contenido Google, LLC - Firebase Tombomvouz Tombomnouz Mantener la sesión iniciada · Configuración · Salir Support Kotlin Multipl
saltar al contenido
Google, LLC - FirebaseTombomvouz Tombomnouz
Mantener la sesión iniciada · Configuración · Salir
Support Kotlin Multiplatform (KMP) in the SDKs
KMP is now stable and more libraries are being added to KMP ecosystem. There is a big opportunity for Firebase to be in Multiplatform and support developers adopting this tech.1,248
vota
Carlos Monzon
compartió esta sugerencia
· 27 de abril de 2023 · Reporte…
Cuan importante es esto Para ti?
Not at all
Important
Critical
Añadir un comentario…
Enviar un comentario
Jeff Avery
comentado
· 17 de marzo de 2024 12:06 · Reporte
I teach…1 vote -
Restrict Firebase App Invitations to Only the Intended Google Account (Prevent Forwarded Email Access)
Hi all,
We send Firebase app invitations only to our company domain emails, but the invitation email can be forwarded and accepted by a personal Gmail account, which creates a security concern.
Is there a way to:
Restrict invitation acceptance to only the Google account that received the email
Or limit access to company-domain Google accounts only
Prevent forwarded invitations from granting access to unauthorized users
Any best practices or Firebase-supported solutions would be appreciated. Thanks!
2 votes -
Improve firestore rules debug info
Improve firestore rules debug info:
2 features will really improve the debugging of firestore rules:
- Add a "label" parameter to the debug() function to identify the result in the debug log file of the emulator. Right now, only the value is printed, it is very confusing when you have several debug calls...
- Improve the error message returned to the client so we can understand the permission denied. Right now the message contains very little information and it is not helpful a all..,3 votes -
Allow to convert a Set() to a List() in the Firestore rules
There is a very annoying limitation in the Firestore rules: you cannot convert a Set() to a List().
This prevents a lot of possibility especially when using Map().diff().affectedKeys(): there is no way to access the first element for example.
My use case is the following:
On my client side, I am incrementing the value of a map element, ie:
MapFieldValue resources;
resources["gold"] = FieldValue::Increment(-amount);And on the rules side, I want to ensure that the resulting value is always positive (ie you cannot spend more gold than you have, even concurrently!):
let updatedKeys = (resource.data.diff(request.resource.data).affectedKeys());
return (updatedKeys.size() == 1 &&…1 vote
- Don't see your idea?