1790 results found
-
Remote config API
use remote config firebase API to open remote config AB tests in an easy way from in house systems.
7 votes -
Provide a way to document and share models across platforms.
Afaik there is currently no standard way to a) document the structure and organization of Firestore collections and documents stored in a project expected by apps which use it, and b) share the model definition across languages and platforms. Instead, each client requires its own implementation of the app-specific model and conversion to/from Firestore's model which needs to be kept up-to-date as the system involves.
If there were a way to share this model (for ex. proto, JSON schema, other) and easily use it from Firestore APIs, it would reduce dev and maintenance cost and improve developer experience.
3 votes -
Add Firebase to flutter create options
When creating a flutter project you should have options to setup firebase with it
9 votes -
User level configurations
Its good that there is already project level configuration with dev.nix but I believe Project IDX can use more of the nix features by providing a way to extend the workspace using another .nix configurations that will be only for the user.
Example uses of this is using vim extension, you may use it but it is not required for the project therefore affecting other users or your team that will use Project IDX.
Another is using a specific program that you only use. The list goes on,User level configurations will be great addition to fully use the customization…
1 vote -
Custom git server
Allow specifying custom git server and ssh key.
9 votes -
When will it be available for South Koreans to use?
I'm a big fan of Flutter and I'm eagerly anticipating Project IDX. As a Korean, when can I expect to be able to use it, even in beta? Of course, I've already signed up for the waiting list.
1 vote -
Does Native Support for Authentication for EHR Providers like Epic and Cerner
Authentication is a difficult part of getting healthcare apps out there, and rightfully so, patient data security is hugely important. If Firebase offered this natively, not only would development be faster, but fewer mistakes/vulnerabilities would be present in healthcare apps that integrate with EHR.
2 votes -
Im in UAE, when well able to join
Im in UAE, when well able to join
1 vote -
Compare crash rates across multiple versions
In the Crashlytics console you can filter crashes based on version, however it would be nice when you select multiple versions to have a comparison graph rather than a combined graph (something like Analytics does with time periods) so that I can confirm that crashes are resolved in newer versions.
4 votes -
Jellyfish Theme / Dark mode
I want to also have a dark mode / Jelly fish like theme, so that the code looks colorful and appealing . It increases and motivates me throughout development process for some reason!
1 vote -
Have nuget packages for use in microsoft Maui
Developers writing in microsoft Maui are having very difficult times trying to get firebase working in their apps. Mainly getting messages that "firebase has not yet been initialized."
The instructions provided here to get firebase working in android and ios are not useful for maui devs as we do not have access to things like the gradle.
We are forced to use unofficial 3rd party nuget packages to use firebase and these packages are not always reliable.Would love to see an official nuget package available for Maui users, along with updated instructions.
4 votes -
Add TTL dynamically
Similar to the way we can define an index in firestore with
firestore.indexes.json
. I'm proposing afirestore.ttl.json
where the TTL properties would be deployed uponfirebase deploy
, instead of having to go in the console UI or alternative methods.Those configuration files are useful when switching environment as this minimize the configuration required when going from dev, to staging, to prod. Centralizing those in one place makes it easier.
3 votes -
Support Jvm languages (Java/Kotlin) in Cloud Functions
Jvm languages are not supported in Cloud Functions today, so developers need to use more than one language in their code base.
17 votes -
2 votes
-
1 vote
-
Creating
Create a
1 vote -
I am not able get server key
Why it is Disabled?
5 votes -
Support deleting databases via the API
You cannot delete a Firestore database with the API; you must use the CLI if you want to do this programmatically. This is problematic as it means you essentially need to create a shell in your application, ensure the CLI is available, authenticate, and then make the required CLI call.
2 votes -
Allow developers to use the local Firestore database for free
It'd be really nice if you could allow users to create local drafts, of small documents, for instance, and save them locally for free with Firestore.
This way you wouldn't have to coordinate Firestore and its rules with some other database and client code nor would you have to choose the simpler option of getting charged for writes and reads on remote database documents that really only one user is supposed to write and read.
Please note that while you could use the realtime database to save drafts, 1 it's not always easy to figure out whether that'd actually be…
1 vote -
Should be able to install the Angular specific version in the start
I wanted Angular 16 version, but during the initial setup and selection to create Angular project, it automatically created/installed project on Angulars latest (17.x.x) version
2 votes
- Don't see your idea?