682 results found
-
Easy Import / Export from Firebase Emulators UI
Emulators are meant for rapid testing.
There should be a tool that enables easy fine/grain control for importing and exporting data from the Firebase UI for Firestore, Storage, and Auth from the user interface.
Trying to manually modify data in the interface is fairly awful.
It would be nice to be able to mix and match different pre-made documents or collections to set up different types of environments.
The command line import/export is ok, but still fairly tedious and limiting in its setup.
6 votes -
24 hour format for Crashlytics graphics
The "last 24 hours" and "last 60 minutes" graphics in Crashlytics show the time axis in AM/PM format. I'd like to be able to change it to 24 hour format.
6 votes -
Add option to block client-side password reset in firebase
See here: https://stackoverflow.com/questions/77313457/block-client-side-password-reset-in-firebase
I would like to be able to disable all client-side password resets, both sending a password reset email and directly updating a password after re-authenticating so I can do all my logic though the admin API in functions.
For example, add and option in Authentication -> settings -> user actions that blocks client-side password resets (throws an 'auth/admin-restricted-operation')
(Would be nice to have this option for all auth functions, so you can decide to control access for everything better)
6 votes -
Add "Last Used" column to Firestore Database Indexes
There is a limit of 200 indexes per database currently. Sometimes I create indexes in development that never get used again. I do not want to delete indexes "I think are not being used". Having a "Last Used" column for indexes would allow me to know whether or not I can delete an index.
6 votes -
Support declaring windows-app-web-link JSON file to allow Firebase auth in Windows apps
In order to catch Firebase redirect URL like
https://<app>.firebaseapp.com/__/auth/handler
Windows requires windows-app-web-link JSON file to bedclared in the root likehttps://<app>.firebaseapp.com/windows-app-web-link
https://learn.microsoft.com/en-us/windows/uwp/launch-resume/web-to-app-linking6 votes -
Support array-contains-prefix operator in Firestore
You can build a search index in a Firestore collection by storing an array of search words.
If you query this property using 'array_contains' you get exact matches for your search string.
If you wish to build a prefix search, then you potentially need to store all prefixes of the words you need to index.Assuming that the array-contains is performing some kind of index scan, it would appear that it was possible to create an array-contains-prefix such that:
where('index', 'array-contains-prefix', 'fire')
would match the following documents[
{ index: ["firestore", "database"],
...
},
{ index: ["firebase", "dog"],
...
}…
6 votes -
Futures feature
Values which should be computed only when outputting data, can be stored as futures.
6 votes -
6 votes
-
6 votes
-
6 votes
-
6 votes
-
6 votes
-
6 votes
-
6 votes
-
Testing UserVoice!
Just testing.
6 votes -
Allow configuring standard Firebase Authentication via Terraform
The google Terraform providers allow creating and configuring Firebase projects via Terraform.
This includes Firebase Authentication via the googleidentityplatform_config Terraform resource, but also forces an upgrade to Firebase Authentication with Identity Platform.
Identity Platform has a much higher cost.
We'd like to be able to configure standard Firebase Authentication via Terraform
5 votes -
Support Markdown format for release notes files
When attaching release notes to a release using App Distribution, it would be great if Markdown files were supported and rendered (release emails, inside the Tester app, in the Console, etc).
5 votes -
Custom GraphQL Scalar Support
On top of common scalars such as Email, Phone, etc., custom scalars are defined by developers on the client-side application, with logic for marshaling and unmarshalling the data provided, which could be either a class with the two methods or a couple of functions.
5 votes -
Data connect support for Postgres instances outside Google Cloud
It would be nice if we can set our custom Postgres instance connection string so that we can use postgres instances outside the Google Cloud infrastructure.
5 votes -
GitLab support for Firebase App Hosting
We (and I'm sure many others) have large data repositories in GitLab using its CI system, and for technical and political reasons, we do not plan to migrate to any other code repository.
Firebase App Hosting seems to be tightly integrated with GitHub only. Extending its support to GitLab (or other Git repositories) would greatly help with adoption, even if it requires manual CI configuration.
5 votes
- Don't see your idea?