762 results found
-
Enable deployments that don't delete previous artifacts
Have an option to deploy and keep previous deployment artifacts instead of deleting them.
Even better would be an option for this with a TTL on previous deployment artifacts (that haven't been updated or re-deployed in subsequent deployments).
2 votes -
2 votes
-
2 votes
-
Allow to change the connected git repository from the console
For a variety of reasons there are cases where the name of the repository (or organization, so the name too) changes, or we need to change the connected repository. Currently, this will require to create a new backend to configure it all over again.
1 vote -
Automatic GraphQL schema from existing SQL schema
When onboarding an existing postgres database, Data Connect can read the postgres schema and attempt to generate a corresponding GraphQL schema. Users with existing databases can immediately benefit from Data Connect client SDKs, query based auth, and connector connection pooling without manually writing GraphQL that matches their database schema.
1 vote -
CLI deploy and link blocking functions
Function Deployment & Validation Flow:
When deploying cloud functions with recognized lifecycle hook names (e.g., beforeCreate, beforeSignin), the system should:
.
Detect Blocking Function Patterns
Check if the deployed function's name matches known blocking trigger conventions..
Assignment Validation
Verify whether the detected function is registered as a blocking trigger in the system configuration..
Interactive Guidance
If unassigned, display CLI prompt:
"Seems like you want to deploy a 'Blocking' function named <FUNCTION_NAME> but no blocking trigger is assigned. To configure this function visit: <CONSOLE URL>".
Key Function Patterns:beforeCreate | beforeSignin | afterSignout | customBeforeHook
Why This Matters:
…
1 vote -
CLI deploy and link blocking functions
Function Deployment & Validation Flow:
When deploying cloud functions with recognized lifecycle hook names (e.g., beforeCreate, beforeSignin), the system should:Detect Blocking Function Patterns
Check if the deployed function's name matches known blocking trigger conventions.Assignment Validation
Verify whether the detected function is registered as a blocking trigger in the system configuration.Interactive Guidance
If unassigned, display CLI prompt:
"Seems like you want to deploy a 'Blocking' function named <FUNCTION_NAME> but no blocking trigger is assigned. Would you like to configure this function now? (y/N)"Key Function Patterns:
```
beforeCreate | beforeSignin | afterSignout | customBeforeHook(Additional supported hooks)
…Why
1 vote -
Export / Import single document on firestore console
Please add an option to export or import a single document from firestore console in firebase page, not in gcloud. Same way like we can do on firebase database export and import a json file with the data.
1 vote -
Delivery logging in iOS
Does anyone know why Firebase doesn't support notification delivery on iOS? This is supported by other messaging frameworks such as OneSignal by hooking into Notification Service Extensions.
Firebase does have a FIRMessagingExtensionHelper class which has an
exportDeliveryMetricsToBigQuery
method — however I didn't see references to this in the docs, how it should be used, or whether it suits my needs.The ideal scenario is that Firebase can just report iOS delivery rates in the console. It's confusing to me why this is not made simple, and if anyone has some insight here it would be much appreciated.
1 vote -
Download ipa/apk files on Desktop
Allow a Download link for a build uploaded to Firebase App Distribution to be opened and the file downloaded on a desktop machine instead of only mobile devices, allowing the sharing of apps with third parties that cannot access email or google accounts on the target devices. It's the same basic functionality that already exists, simply allowed on desktop as well instead of arbitrarily blocked.
Given the nearly ubiquitous presence of this as an option with other app distributors, it's somewhat shocking this wasn't already an option.
1 vote -
Add more auth built-in auth methods
The way that Firebase helps developers quickly setup OAuth providers is amazing, but it would be really helpful if there were more providers to choose from. I'm sure you could do it if you set things up yourself, but making it easier to use services like LinkedIn would be really helpful.
1 vote -
Request Query Parameters for Security Rules
Introduce a request.query.parameters object to store key-value pairs from the query payload, enabling conditional access control based on user authentication state.
Current workarounds, like nesting documents in sub-collections, restrict uniqueness to a single field. This proposal allows queries to be filtered dynamically based on multiple conditions.
For example, access can be restricted based on user authentication state or location.
if request.query.parameters.user == request.auth.uid if request.query.parameters.location == request.auth.token.region if request.query.parameters.email != null if request.query.parameters.email == request.auth.email
Privileged searches can be enabled with conditions such as:
if request.query.parameters.key == request.auth.token.vipkey
Range queries can be implemented using a function object to validate if…
1 vote -
Think Different: Gemini Subscription Rant
Dear product manager, Gemini in Firebase is far from a good and useful product compared to the competition. The usability really sucks yet, however you're already trying to sell a subscription of it.
Firebase sounds awesome and I'm making some trials. But make a decision:
Or you try to sell Firebase making it really easy to test and conclude projects using AI with trully integrated Gemini with great workflow usability to built Apps and write code or you try to sell general Gemini subscription here. Other AIs are bringing better results to develop Firebase solutions.
I'm not buying an early…
1 vote -
Beting
প্রথম ডিপোজিটে ১০%পার্সেন্ট বোনাস
1 vote -
Add or delete APNs Authentication keys
Currently you have to give users/principles the Owner Role to add or delete APNs Authentication keys. We work to Principle of Least Privilege, and would like to have a subset of our user group to have this privilege. Can we get either a firebase role created to allow this functionality or dedicated permissions so we can add to a custom role.
1 vote -
Streamline the process of adding .env variables to the build configuration
I like the idea that you can use Cloud Secret Manager to store and encrypt the secrets within the app.
Coming from using .env files in Next.js and Vercel hosting could this process be made simpler e.g. reading the .env file from your app directly and intelligently placing the key/value pairs in the apphosting.yaml file or the rollout during creation.
This would be good to keep things simple and straight forward.
1 vote -
multiplatform
full support for KMM android, web, ios and desktop.
What is the point of not supporting all of these?we build the best car but you can only use one wheel. Not a great theory for adoption.
1 vote -
Have a Realtime Database located in Australia ( Sydney or Melbourne )
As of this writing, our only option for Database location is US Central, Belgium and Southeast Asia. Having a new region under Australia would be great.
1 vote -
Remember sort order for remote config view.
Remember sort order for remote config view so you don't have to change the sort every time the console page is refreshed.
1 vote -
Connect
Play store
1 vote
- Don't see your idea?