1212 results found
-
5 votes
-
Restore Archived Dynamic Links
Automatically Imported from Firebase
5 votes -
Firebase CLI: allow overriding local Emulator ports via command-line flags
Emulator ports can currently only be configured statically in the "emulators" block of firebase.json (or interactively via "firebase init emulators"). There is no way to set or override a port at invocation time.
This is especially painful in CI and parallel test runs: running multiple emulator suites concurrently (e.g. sharded test jobs on one runner) requires generating a distinct firebase.json per shard just to change port numbers.
A good solution are optional, per-emulator port flags on emulators:start and emulators:exec that override the corresponding firebase.json values, for example:
firebase emulators:start --firestore-port 8081 --auth-port 9098 --functions-port 5002 --ui-port 4001Precedence: CLI flag…
4 votes -
تطبيق حجز مواعيد الأطباء وطلب الادويه
قيام التطبيق بالحجز عند الأطباء ورفع روشته المريض لطلب الادويه من الصيدليات
4 votes -
Live content powered by Firebase
Just tell me: “build it” or “make it a business plan” 🚀
4 votes -
make linking console to studio a button, right
that should be a done deal
4 votes -
Add MQTT protocol for lightweight communication with IoT devices RealTime Database and Authentication
Ciao,
Attualmente sto inviando dati da dispositivi ESP8266 a Firebase Realtime Database utilizzando la libreria:
https://github.com/mobizt/FirebaseClientTuttavia, ho riscontrato un problema importante: ogni invio di dati consuma molto traffico Firebase a causa dell'handshake SSL (molto pesante per ESP8266) richiesto per ogni connessione. Questo rende l'integrazione con dispositivi IoT a basso consumo con connettività limitata molto inefficiente.
Per questi motivi, sarebbe estremamente utile e vantaggioso avere il supporto nativo per un protocollo più leggero e ottimizzato per l'IoT, come MQTT, che ridurrebbe drasticamente l'overhead, il consumo di dati e la latenza, migliorando significativamente l'esperienza utente della piattaforma nell'ambiente IoT.
Firebase è…
4 votes -
Security
Secure measures for impersonation helping keeping privacy an personal information secured from malware or attackers who are skilled am deve'
4 votes -
Support for One-Time Code (Passwordless) Login
Firebase Auth should offer a native one-time code login flow, similar to Azure AD’s Device Code Flow.
This would allow users to authenticate by entering a short code received via email, without clicking links or relying on deep links, which often fail in desktop or web apps.
A simple code-based login would make authentication more inclusive, faster, and reliable for all users, especially those without social accounts or using devices different from their email client.
4 votes -
Any one hacke my phone automatically attacks how track that devices totally collapsed
Hel that himself completely distracted.
Only one system connected.4 votes -
Allow setting cloud build machine type in app hosting config
Default cloud build machine is e2-medium which only has 4GB ram
My epic nodejs web app build will OOM on heap when i has <4 GB ram
Please allow me to set build machine type to e2-standard-2 in apphosting.yaml4 votes -
Add different release tracks
Right now Firebase app distribution only allows a big flat list of APKs. We want to have a functionality where we can create different tracks such as daily builds, pre release builds, develop builds etc. to help us better manage the different builds and also our users to better select which build they want to install and test
4 votes -
Map Firebase Data Connect (FDC) schema to custom postgres schema (not PUBLIC)
Currently, any gql files placed in schema folder generate one FDC schema in FDC console, which generates associated tables in postgres PUBLIC schema. Putting tables there is not ideal.
It would be nice if creating additional subfolders within schema source folder (or some other mechanism) could allow mapping to developer defined postgres schemas other than PUBLIC. For example, the following folder structure:
schema/appname/*.gql
would map to APPNAME schema in Postgres and tables would be created there.
4 votes -
Bulk Topic Subscription Operations
In some apps, it is desirable for a user to subscribe to multiple topics by default, and it also is desireable to allow users to subscribe to/unsubscribe from many topics at once. For example, "I want all/no weather notifications" may entail subscribing/unsubscribing to "thunderstorm-warnings", "thunderstorm-watches", "tornados-warnings", "tornado-watches", etc, for all the topics of that type in your app.
Currently, you have to make one API call for each of these. This is very slow, has unnecessary network overhead, and complicates calling code.
My proposed feature: add "subscribeToTopics" and "unsubscribeFromTopics" methods to the SDKs. The signature would be (depedning on the…
4 votes -
As new user or y
When we work with Gemini as new user using mobile,we have to access database console,first of all the naming to front end developement and backend should be clear as firebase front end console and for data base as backend firebase to distanguish between the two,and while working on gemini sholud have access to backend to work on in Ai as a layman,
4 votes -
Provide a Migration Path for Existing Links in Printed Media (QR Codes) after FDL EOL (Similar to goo.gl Approach)
・The Problem:
The Firebase Dynamic Links EOL on Aug 25, 2025, will cause millions of FDL links embedded as QR codes in printed textbooks to return 404 errors. These physical materials cannot be updated, creating a critical issue for the education sector and our publishing clients. The official migration guide does not offer a solution for these existing, unchangeable links.
・Precedent:
Google has already solved this exact problem for another service. The Google Developers Blog recently announced that goo.gl links will be preserved because they are "embedded in countless documents, videos, posts and more."
This situation with goo.gl is precisely…
4 votes -
Better way to backup Gemini Conversations
I use a second-brain tool that leverages markdown files (Obsidian). So I would like to be able to download each of my Gemini sessions in Markdown files to easily add to my vault. Having to export the json from the files or drag to copy and paste is not efficient or a great user experience.
4 votes -
mcp server integration
mcp-playwright integration
4 votes -
Pass geolocation headers to Firebase App Hosting
For example:
-X-Appengine-Country
-X-Appengine-Region
-X-Appengine-City
-X-Appengine-CityLatLonghttps://cloud.google.com/appengine/docs/standard/reference/request-headers?tab=node.js
4 votes -
Aggregation Order by Value
With data connect aggregation queries, I would like to order the returned results by an aggregated value. The below example fails with the message: "Field "count" is not defined by type "LeadOrder". Did you mean ...?"
query {
leads(orderBy: [{ _count: DESC }], limit: 10) {
company
_count
}
}4 votes
- Don't see your idea?