682 results found
-
The ability too see when an index was last accessed
When a project grows to a certain size, you'll likely have many indexes with associated queries.
However, queries change, or get removed, and currently there's no way to see if an index could be safely removed, after a query is; which would be a great feature.
10 votes -
Security Rules: unique() operator
I am submitting a feature request to introduce a 'unique()' operator in Firestore's security rules, offering a streamlined method to enforce data uniqueness within collections. This operator would not only simplify validation and potentially reduce reads by leveraging Firestore's hidden index table, but also eliminate the need for a separate cloud function, similar to the 'get()' and 'exists()' operations.
Background:
At present, ensuring data uniqueness in Firestore often requires workarounds that are less than optimal and can impact scalability.
Feature Proposal:
The proposed 'unique()' operator would operate much like the 'exists()' operation, but with a focus on reading Firestore's concealed…
23 votes -
Crashalytics to support SDK
I need crashlytics to track crashes of my SDK not the crashes of the app which is implementing my SDK
1 vote -
Ability to select and copy fields and values in firestore document
Ability to select and copy fields and values in firestore document, more like making everything selectable text.
5 votes -
Hosting CDN cache stale-while-revalidate
Time-to-first-byte from Firebase Functions is usually slow (more than 500ms) even without cold start, sometimes (with cold starts) TTFB becomes absolutely unacceptable for projects where performance is important. SSRed HTML is also not Brotli compressed as static files.
This is a really big problem to deploy SSR web apps to Firebase IMO, and cache SWR at the CDN layer (edge) would solve it perfectly.5 votes -
Lazy loading of items in firebase console for firestore
Console has become laggy and returns a wait for page to load alert if a document has to many fields
4 votes -
Support "Continuing Uploads Across Process Restarts" on iOS
I work for a company that enable people to record sports using video and the storage footprint are often very huge (10GB+). While building an app for iOS, I notice that Firebase don't support continuing uploads across process restarts on iOS which is a major deal-breaker for continuing using Cloud Storage for Firebase.
I see support for this on Android and I will encourage you to add this to iOS in the future. Ref: https://firebase.google.com/docs/storage/android/upload-files#continuing_uploads_across_process_restarts8 votes -
Support "Continuing Uploads Across Process Restarts" on iOS
I work for a company that enable people to record sports using video and the storage footprint are often very huge (10GB+). While building an app for iOS, I notice that Firebase don't support continuing uploads across process restarts on iOS which is a major deal-breaker for continuing using Cloud Storage for Firebase.
I see support for this on Android and I will encourage you to add this to iOS in the future. Ref: https://firebase.google.com/docs/storage/android/upload-files#continuing_uploads_across_process_restarts3 votes -
Possibility to disable the automatic event "notification_receive" (Android) due to the high triggering of this event
I would like to request the inclusion of the possibility of disabling the automatic event "notificationreceive" (Android) due to the high firing of this event, which can cause an inflation of costs for Google Analytics 360 customers who charge based on the number of events.
And in some situations it is necessary to use push notifications, but the "notificationreceive" event may not be so useful, it being feasible to disable it to reduce tool 360 costsA suggestion would be to make it possible to disable it in the same way as we can disable the automatic event…
5 votes -
Add error stack trace to the testing emulator
There is no error stack trace with the emulator for cloud functions. Which makes it very hard to deploy since you will encounter many errors. It's a real pain.
2 votes -
Streaming
To implement userfriendly generative AI applications it is import to stream data produced by LLMs back to the users browser. Firebase currently buffers all content and only returns when data is complete. Is the firebase team planning to implement this?
4 votes -
Login with WhatsApp
Just like phone auth, WhatsApp auth would be greatly beneficial for Asian markets. Users don't need to verify with OTP and us developers get access to their WhatsApp directly for promotion purposes.
3 votes -
allow iOS use scheme only
in some special feature,we can't use universalLinks
so can support set dynamic links use scheme only in all system version1 vote -
Magic link with phone auth
Create magic links in sent SMS messages so users can click on the link in the SMS and log-in into the app, similar to email magic link auth.
2 votes -
Generative AI Voice
It is already in the making the voice Generative AI?
2 votes -
Add Android TV support for the AppTester app
The Firebase Apptester APK is incredibly close to having full Android TV support, please add the last remaining steps to make it fully compatible.
User scenario: As a developer, I want my QA-Testers to have access to new TV builds. I can deploy these into apptester, but QA currently has to download the .apk and then manually install them via adb. It would be nice to simply install apptester onto the TV test-device and get the releases there immediately.
What I have tested: it's already possible to install the apptester apk onto a TV, and it runs beautifully: Login works,…
10 votes -
Quick navigation
A quick navigation/search bar with a keyboard shortcut like cmd+k or / like gcp console will be really handy for fast navigation across all the products
1 vote -
Authenticate via email code
We can now use passwordless authentication using email link. This is troublesome on Flutter web clients (a new tab/second instance of app is opened). An option to type 4 digit code received on email to authenticate would be a nice solution.
BTW. Let me know if you could help me with the email link web client authentication, thanks!4 votes -
Add Android Beta devices in TestLab
Before each new Production version, it would be nice to have available in Testlab the Beta version of each Android release.
For instance, as of now when this message is being written, I would like to run all the test suite against the new Android 14 beta using Testlab, but I can't.
4 votes -
Remote Config for server side
Remote Config is extremely powerful, but to have the same features for server-side feature flagging and A/B testing we have to use something like LaunchDarkly which is a. Expensive b. Another set of SDK & libraries to add to both frontend and backend.
Where Firebase provides remote config, A/B testing, and personalization with the power of Google Analytics and Google's ML capability I think it's obvious Remote config Admin SDK will provide a significant benefit. Since analytics and remote config is already used in frontend it's a no-brainer to add them to the backend and provide a seamless end-to-end user…
45 votes
- Don't see your idea?