1244 results found
-
Allow Firebase project root to be configured independently of firebase.json location
The Firebase CLI currently appears to treat the directory containing "firebase.json" as the effective root directory for the Firebase project.
While "--config" allows "firebase.json" itself to be moved, moving the config file also changes how relative paths inside that configuration are resolved.
This creates an awkward limitation for monorepos, where configuration files may naturally live in an infrastructure/configuration directory while build artifacts remain at the workspace root.
It would be useful if the Firebase CLI allowed the configuration file location and the project root to be specified independently.
Example
Consider an Nx monorepo structured like this:
repo/
├── apps/
├──…2 votes -
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 -
Parallel Server-Client Execution & AI Audit Engine for Web Workspaces
Concept Overview:
A three-column AI-native IDE interface designed to separate full-stack development into visual parallel execution layers with real-time performance auditing.- Three-Column Workspace Architecture:
Server-Side Column: Backend logic, database queries, edge functions, and server rendering (SSR/RSC).
Client-Side Column: UI state, interactive DOM updates, event listeners, and browser JS execution.
AI Alternatives Column: As you code, Gemini continuously suggests alternative routes (e.g., shifting heavy data transformations from client state to server queries).
- Real-Time "Audit" Engine: Clicking the Audit button runs an instant sandbox trace evaluating all implementations across three core metrics:
Execution Latency & Network Roundtrips
Client JavaScript Bundle Size Impact
…
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-nov2512 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.4 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…
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 -
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.
60 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 -
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 -
To my business and identification
from datetime import date, datetime
import os
import json
import math
from pathlib import Path
import ollama=== PATHS ===
BASEDIR = Path(file).parent.parent # Personal-AI root
SYSTEMDIR = BASEDIR / "00-System"
IDENTITYDIR = BASEDIR / "01-Identity-Vault"
BUSINESSDIR = BASEDIR / "02-Business"
KNOWLEDGEDIR = BASEDIR / "03-Knowledge"
TASKSDIR = BASEDIR / "04-Tasks"
LOGSDIR = BASEDIR / "05-Logs"
RULESFILE = SYSTEMDIR / "AI-Rules.md"
EMBEDCACHEFILE = SYSTEMDIR / "embed_cache.json"Embedding model
EMBEDMODEL = "nomic-embed-text"
CHATMODEL = "llama3.1"
MAXFILES = 5…1 vote -
Firestore Enterprise, array indexes failure
In Firestore Enterprise, array indexes can be created in the index management view without throwing any errors or warnings. However, when executing queries that rely on array operations (such as array-contains or array-contains-any), the query engine completely ignores the created array index and falls back to a full table scan.
This creates significant issues for setups migrating from Firestore Standard, where array indexes are commonly used to handle multi-document references and array-based lookups.1 vote -
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 -
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 -
Куни
Лизание писечки
1 vote -
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
-
Provide an Nx plugin or support the community one
There's a plugin, but it doesn't receive much love. The main problem is effort - Nx keeps doing breaking changes and the plugin gets broken with pretty much every new Nx version. Not even to mention that they dropped the e2e part for functions.
Would be great if the Firebase Team could work on it:
1 vote
- Don't see your idea?