1234 results found
-
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…
3 votes -
car racing game
Online Gaming Platform – Project Requirements Document
1. Platform Name
2. Project Objective
The platform will provide a secure online gaming experience where users can create accounts, verify their identity, manage a digital wallet, and participate in games. The system will include secure payment processing, user verification, and fair gameplay mechanisms.
3. User Registration
- Full Name
- Mobile Number
- Email Address
- Password
- OTP Verification
- Age Verification (where legally required)
4. Identity Verification (KYC)
- Government ID Upload
- Selfie Verification
- Mobile Number Verification
- Email Verification
- KYC Approval Status
5. Digital Wallet System
The platform will include a secure wallet that allows users to:
- …
2 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
7 votes -
Cancel Extensions Deprecation
Continue offering the Extensions service, do not shut it down.
Extensions are a core feature of Firebase, and the work required for customers to replace them is unacceptable.
2 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.
59 votes -
103605920
5.000$
3 votes -
Improve SEO Support for Content-Driven Websites
I suggest that Firebase improve its support for content-driven websites by adding better SEO tools, enhanced static site optimization, and easier integration with search engines.
I manage a gaming website called TomodachiLifeROM, where I publish game guides, tutorials, and gaming resources. Features such as built-in sitemap generation, improved metadata management, better structured data support, and more detailed performance recommendations would make Firebase Hosting even more useful for publishers.
https://support.google.com/sites/thread/451587408?hl=en&sjid=16379941293809233418-EU
It would also be helpful to have clearer documentation and examples for deploying SEO-friendly websites while maintaining excellent performance.
Thank you for considering this suggestion.
2 votes -
firebase init hosting:github environment secret
The
firebase init hosting:githubcommand should support creating secrets for a GitHub environment for better security posture.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-nov2511 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!
3 votes -
usage is not acurate,
just shows totals and i cannot see exactly at what time a read of documents was made, starting a scalable app is very frustrating when I can see 1K reads when my app it was even open, from where?, i just have one app and is in my phone, when I se monitoring I just can see group data, even worse the date is pacific time, even more confusing although I know to convert the timeline, I don't think is hard to show the local time right?
2 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.
12 votes -
2 votes
-
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
2 votes -
3 votes
-
200
Fo Tamien
3 votes -
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.3 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…15 votes -
Propagate Original Client IP through Firebase Console Proxy for VPC-SC Enforcement
We are encountering a block when placing our project under VPC Service Controls enforcement. When a user attempts to access the Storage tab in the Firebase Console, it fails with an "Unknown Error" (Audit logs show NOMATCHINGACCESS_LEVEL with an empty clientIp). The Firebase Console currently acts as an internal proxy, routing traffic through Google's internal infrastructure. Because it traverses these internal paths, the end-user's local corporate egress IP is entirely stripped before the API payload reaches the protected Storage endpoint (storage.googleapis.com). We have strict compliance requirements to restrict access solely to trusted corporate network IPs, meaning the standard…
2 votes
- Don't see your idea?