666 results found
-
Multifactor admin SDK: "Other Admin SDK languages are not currently supported."
The page "Manage Multi-factor Users" (https://firebase.google.com/docs/auth/admin/manage-mfa-users) says "Install the Node.js Admin SDK. Other Admin SDK languages are not currently supported."
It's odd that this random feature doesn't work in other languages. Please add them (mainly C#).
3 votes -
Join collections in real-time (similar to lookup in mongodb)
The ability to join collections in real-time really allows developers to build complex use cases. Currently, I am having to denormalize data so excessively that the solution doesn't seem to scale. Having to implement workaround after workaround to circumvent the limitations.
An aggregate lookup function similar to that of mongodb would really be a life save. We are ok to compromise on the extra reads, and some performance if it means to bring us data consistency.
Really having this feature would stop people looking into RDBMS based alternative such as Supabase.
6 votes -
Supports adding Proxy to all firebase plugins
Recently, gRPC added support for proxies [https://github.com/grpc/grpc-dart/issues/33]. It would be great if the same feature were added to all Firebase plugins for better debugging purposes behind firewalls or for users located in countries with high censorship.
5 votes -
Possibility to filter on the type of device on crashlytics
I would like to filter on the type of device (tablet, phone, tv, watch) to have crash statistics by type of device
1 vote -
Flutterflow despliegues correctos
muchas veces flutterflow no permite desplegar cloudFuctions y es muy importante el poder crear cloudFuctions desde flutterflow
1 vote -
Support named database data retention with import and export-on-exit flags
Now that we can create named databases and see those databases in the firestore emulator, it would be nice if the import and export-on-exit flags also respected these named databases and imported the data previously exported into the correct database.
2 votes -
27 votes
-
26 votes
-
Use of FirebaseMessagingException should be possible in unit tests
The
FirebaseMessagingException
class issealed
with aninternal
constructor and no interface. This means we cannot test our code that handles this exception because we can't create this type of exception nor can we mock it due to the lack of an interface.2 votes -
FirebaseServerApp Pass Bundle to Client
There needs to be a way in the Firebase SDK to pass the server information to the client cache without incurring another read (like you do with Firebase Admin SDK) using the load bundle functions.
This will save reads, save money, and be faster.
1 vote -
Performance Network Request Integration with DIO Flutter Package
Flutter applications that use https://pub.dev/packages/dio should be able to get automatic network logging to Performance Monitoring.
2 votes -
Web API Key
In Firebase Console -> Project settings:
Add (?) for "Web API Key" what it is used for or maybe provide a link to docs.2 votes -
Support Firestore emulator in Datastore mode
It is now possible to run the Firestore emulator in Datastore mode, however, it must be run through the gcloud cli.
It would be great if the firebase cli supported using datastore mode in the firebase.json configuration and if the firestore emulator UI supported datastore mode
1 vote -
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 -
Increase request size over 32Mb
Right now, a Firebase function can only accept a request payload size up to 32Mb.
Using it as webhook for some external APIs, we would need to have no limits or at least 100Mb limit1 vote -
realtime
The Realtime stats are just awful. The way that it is displayed, and the big map. just awful. horrible.
1 vote -
Encrypted Collections in Firestore
Ability to mark certain collections to be Encrypted so it's not readable even in the firebase console.
There are some application types that require this sort of behaviour to increase security.
Say you are building a messaging app, you would not want the messages between your users to be seen on the console.
5 votes -
Allow field selections in client sdk's
Let's say I have an orders collection where each document represents a customer order.
I would like to be able to fetch and listen to only the names and dates of all orders and not get the whole document.
This would speed up a lot queries where not all fields are required and save bandwidth for users.
Since selection is already present in some server side SDK's I wonder if this could be enabled with a somewhat manageable effort.
10 votes -
23 votes
-
Custom SQL Schema Migrations
The automatic custom schema migrations are great, but when managing an API expressed almost explicitly by the schema, there needs to be a clear dev story of how to migrate the database schema yourself, and move data in custom ways, while still allowing the exposed api to be backwards compatible. This can be very challenging with automatic migrations.
1 vote
- Don't see your idea?