1208 results found
-
Firebase Authentication for EU
Currently, Firebase Auth is US only. Because the EU-US-Privacy-Shield is not valid anymore, transferring data to the US is for EU companies not allowed. Therefore, Firebase is not GDPR complaint. Allowing us to choose the storage location (like you can weigh Firestore or Cloud Storage) to use a data center in the EU (like europe-west1, europe-west3 or europe-west4, etc.) would make Firebase much more GDPR complaint (beside the Cloud-Act).
357 votesWe are nearly ready to accept developers who are interested in custom authentication (external identity provider). Please fill out https://forms.gle/pLLYMFhGcrziqT1N8 and we can notify you if you're selected to join the private preview.
Please note that full regionalization for Firebase Authentication is separate, and is still expected to reach preview in Q4 this year.
-
Add Q&A about including Firebase Analytics in a library to be used by arbitrary 3rd party apps
It seems it is not recommended or possible, but I lack an official answer:
https://stackoverflow.com/questions/60076980/how-to-add-firebase-analytics-in-a-library
https://stackoverflow.com/questions/38790977/include-firebase-analytics-in-library?noredirect=1&lq=1
https://www.reddit.com/r/androiddev/comments/fpxna8/firebase_analytics_in_android_library/?rdt=40331
4 votes -
Speed up Firestore Index Creation
I absolutely love the fact how firebase handles non-existing indexes with a link to the creation of an index.
I also understand, that building the index, even for an empty database takes a couple of minutes, but maybe there is something you can do to speed up the process.7 votes -
1 vote
-
Add ability to auto generate commit messages
Add ability to auto generate commit messages in source control sidebar tab, just like vscode
1 vote -
OnCreate in dev.nix should run when we build the codebase and when we reloud the browser as well not only when we enter codebase
OnCreate in dev.nix should run when we build the codebase and when we reloud the browser as well not only when we enter codebase forexample when I put virtual environment activation code in there it should run in relouds and rebuilds as well.
2 votes -
Features to improve and speed-up analyzing of data.
Hi Firebase Performance Monitoring team,
Thanks for the great work! I’d like to suggest a few improvements that could significantly enhance usability:
Percentile visualization: Consider adding an alternative chart type like a ribbon area chart or box plot to show all percentiles (e.g., 50th, 75th, 90th, 95th) simultaneously. This would make it much easier to interpret performance trends at a glance without toggling between individual percentile lines. It could be available as an optional view in the percentile dropdown menu.
Dashboard filters for trace metrics: It would be really helpful to allow saving trace metrics with specific filters (custom or…
2 votes -
I Create AI Chat Bot App like Chat GPT and Deepseek and Gemini
I Create AI Chat Bot App like Chat GPT and Deepseek and Gemini. Indian Own App
2 votes -
I Create AI Chat Bot App like Chat GPT and Deepseek and Gemini
I Create AI Chat Bot App like Chat GPT and Deepseek and Gemini
2 votes -
apphosting for asia-northeast1 and asia-south1
I am trying to deploy to asia-northeast1 and asia-south1
3 votes -
1 vote
-
Allows Roslyn to create YoungEnterprises@yahoo.com
There's always Theft of my Intellectual Properties, and I'm tired of it. I want to be paid for my creations.
1 vote -
AI Fixes One Thing But Breaks Another – Please Improve
When I ask the AI to fix or adjust something in my Firebase app, it works—but then it changes other things I didn’t ask for. For example, I might want to fix spacing, but it also removes gradients, transparency, or changes the layout.
Suggestions:
Let me limit the AI to only the part I want changed.
Show me what will change before applying it.
Add an easy undo button.
Make the AI focus only on what I ask—nothing more.
This would help a lot and save time. Thank you!
2 votes -
Future
To grow fast
1 vote -
Work
I'm love work
1 vote -
Allow to connect emulator with a tier SQL client
I get that firebase dev really want to push their DataConnect api but any full featured tiers SQL client would allow us to have a wider view of what worked in our dev environment.
It would be way faster than using any official cli or any generated query to look how our data is shaped within the database.
3 votes -
Support MFA and future AuthN
Currently when using the emulator you can't use MFA as it throws an error and the only way to test this functionality is to switch over to using the real version. This is cumbersome and makes it difficult to test your auth workflow. Also your adding Authn as well and I hope that is support by the Auth Emulator as well.
9 votes -
Give firebase studio/project idx access to cloudshell scripts
I want an ide with gemini which i can use to edit my cloudshell scripts, I see that there is cloud shell environment, would be nice if it is same as firebase studio.
3 votes -
Support inline/embeded types stored as structured JSONB columns
Allow storing structured types in JSONB columns using an @inline (or @embed) directive on the field.
type Address {
street: String!
street2: String
city: String!
state: String!
zipcode: String!
}type User @table {
address: Address @inline # stores as JSONB
}21 votes -
Sort event parameters by key in Logs and breadcrumbs view
The log event parameters appear in a random order, changing from event to event, crash to crash, making it hard to search and find the parameter of interest. It would be nice if the parameters would be sorted by key, so the one of interest would be easy to find.
(Maybe the order is whatever happened to be serialised in the original crash report. But since it was attached as an unordered
Dictionary<String, Any>via the FirebaseAnalytics API, there's no way to control the order in which they appear in crash logs.)2 votes
- Don't see your idea?