1208 results found
-
Production Multi-Provider Integration Scheme For production readiness, for the Google IO 2027 release
Production Multi-Provider Integration Scheme For production readiness, for the Google IO 2027 release a service that after staring into your devices camera for 20 seconds will log you into any account email platform or social media that's ever log your face and stored it in the cloud
3 votes -
تطبيق حجز مواعيد الأطباء وطلب الادويه
قيام التطبيق بالحجز عند الأطباء ورفع روشته المريض لطلب الادويه من الصيدليات
3 votes -
Alert on live activity updates
Live Activity pushes are meant to be completely silent background updates, so Firebase’s requirement for an alert field is technically incorrect and creates unnecessary sound/vibration issues.
When sending APNs messages with "apns-push-type": "liveactivity" via Firebase Cloud Messaging (FCM), the service currently requires an "aps.alert" field to be present in the payload.
However, Live Activity updates are designed by Apple to be silent background updates, they should not display alerts, play sounds, or trigger any user-visible notification behavior.
Because FCM enforces the presence of "aps.alert", developers are forced to include dummy or empty alert values (e.g. "alert": {}), which can still…
15 votes -
App Distribution should have at least basic management of email notifications
There is no option to set email preferences for tester groups in Firebase App Distribution. It is unnecessary to pester everyone with emails when they can find the last app version in App Tester.
58 votes -
Look into Gemini Ai as well as Google Ai concentrate on permissions and time ie. Min, hour etc etc
Look into Gemini Ai as well as Google Ai
6 votes -
publish a GCP / firebase documentation MCP server
Enable fetch and query tools in an MCP server for the whole GCP, or the firebase documentation.
11 votes -
restore old firestore browser behavior where only part of long entries where visible.
restore old firestore browser behavior where only part of long entries where visible. Now when browser show entire value of props usability dropds to ZERO for any recored with long texts of maps...
2 votes -
Provide Native Document Counters and Metadata for Firestore Collections
Problem:Currently, finding the total number of documents inside a Firestore collection requires building custom client-side listeners or cloud functions to maintain manual counter fields. This adds boilerplate code, introduces latency, and risks running into write rate limitations unless complex distributed counters are built.Proposed Solution:Firebase should provide an out-of-the-box, native SDK method (e.g., a simple client-side function) that securely requests the exact document count from the server's index layer without needing to download, fetch, or bill for individual document data payloads.Why this matters:This feature is critical for building cheap, efficient pagination UI, analytics dashboards, and status trackers without incurring massive read…
2 votes -
More information in errors for native sql statements
Errors in native sql statements like in _execute always result in the same "Invalid SQL statement" error without any further information, which makes it really difficult to debug. More data - for example the part of the SQL statement that is invalid - would be really helpful! Especially as this error also seems to be thrown when the SQL is perfectly fine but a wrong _execute syntax is used, which should not throw an "Invalid SQL statement" error, as it is not about SQL!
2 votes -
Table Event Triggers
In additional to the
onMutationExecuted, we would love to have events on table mutations.onRowUpdatedonRowCreatedonRowDeleted
onMutationExecutedis already launched in Nov 2026. https://firebase.blog/posts/2025/11/dataconnect-nov258 votes -
Data connect Full-text Search
First of all, thank you so much for the new Full-text Search feature! :)
In our team, we would really love the following more advanced features, if possible, related to it:
- Fuzzy matching: it would allow searches to be resilient to common typos and misspellings.
- Prefix matching: it would enable users to find words that start with a specific string of characters, such as "invoic" returning "invoice," "invoices," and "invoicing."
- Column-Specific Search: Instead of searching across all marked "searchable" columns, I would like to choose to focus a specific query on a specific subset. This would be…13 votes -
Disables support for TLS 1.0 and TLS 1.1 as these are vulnerable versions
Is there a plan to disable support for TLS 1.0 and 1.0 version across the domains e.g. firebase console, fcm.googleapis.com and other services?
35 votes -
1 vote
-
Firebase Auth with IP address whitelist & blacklist
Blacklist scenario: Let's say that a device is detected for fraud/scam activity. I want to blacklist the device for 1 year based on the previously logged-in IP address, so the scammer is no longer able to use their devices. Even though the scammer created a new Firebase account, they won't be able to do that because of the IP address blacklist.
Whitelist scenario: Let's say that I have an internal app. I want this app to be used by my employees only, so only specific devices are allowed to login.
5 votes -
Nikhil petkar
Any update online voting
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 -
103605920
5.000$
1 vote -
Add copy source code to Firestore Query Builder
It'd be great if Query Builder had a way to translate whatever query you're running into a code snippet. Something like Firestore's docs where you can select a language and then copy the code.
3 votes -
Integrate Firebase product and developer notifications with Google Cloud Essential Contacts
Larger customers often use Google Cloud Essential Contacts for ensuring critical notifications get to the right people. Currently Firebase product and developer communications seem to go out via email to named user accounts where the customer has no control who this goes to and it may miss its intended audience.
It would be great if FIrebase notifications could be integrated with Google Cloud Essential Contacts to give customers more control over where critical notifications go to and to make this consistent with other Google Cloud services.
https://docs.cloud.google.com/resource-manager/docs/managing-notification-contacts
Thank you!
2 votes -
Better Document viewer
The document view for firebase is really a pain when you need to navgate or access specific documents you have to scroll and it becomes a pain when you are quickly looking for something in the data
1 vote
- Don't see your idea?