1461 results found
-
Cretoin
Checking app
2 votes -
Move documents and collections to a new location
Instead of making us create inefficient solutions/workarounds ourselves, it would be nice if a convenient API was provided for this functionality.
For example, transfer
col1/doc1/col2
and all its children tocol1/doc2/col2
8 votes -
Edge Runtime for functions
Bring in Edge Runtime for functions to perform high performance tasks in the edge cloud for faster responses.
19 votes -
Notes Section for VS Code Extensions
While GoogleIDX loads projects faster, setting up a new one requires switching to VS Code to check extensions. Could you add a simple "Notes" section to projects specifically for listing required VS Code extensions? This would save time and keep everything in one place.
Thanks!
1 vote -
It is recommended that firebase add native crash and java crash filtering
Translation: It is recommended that firebase add native crash and java crash filtering to facilitate checking the crash-free rate of native and java crash, and also to facilitate timely discovery of some problems.
Original: 建议 firebase 加上 native crash 与 java crash 的过滤,便于查看 native 与 java crash 的 crash-free 率,也便于及时发现一些问题
1 vote -
In Firebase auth using phone auth in flutter, please add a feature for creating a user with a custom uid, probably via the admin sdk
In this code await admin.auth().createUser({
email: email,
displayName: name,
uid: uid,
emailVerified: false,
password: password,
disabled: false,
});, if email and password are created, please create the user via that login method and if only phone is provided and no email, then let the user be created via phone auth. So that later on, when they try to sign in via phone auth, the system doesn't create a whole new user with a new uid but just lets the user sign into that account4 votes -
DynamicLink Analytics Data don't have number of app install
DynamicLink Analytics Data don't have number of app install,
but another data such as number of click, number of execution exists,
I don't know why i cannot watch number of app install
2 votes -
Create way to duplicate documents within firebase console so we can easily move them elsewhere
Sometimes it would be nice to have ability to use the console to Duplicate/Copy firestore documents and put them in different locations of the database.
4 votes -
Add option to save a query in Firestore Query Builder
I have some queries that I perform frequently through Firestore Query Builder. It would be great to save queries to be able to run them with one click.
3 votes -
It's impossible to import data into the emulator without first exporting, which is a backwards design
Developers should be able to use the CLI to easily pass in a path to a json file, whose contents may be imported into a firestore emulator collection. For instance:
firebase emulators:start --import ./data/import.json --collection=puzzles
4 votes -
cv2
in flask backend template can install cv2 module
1 vote -
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 -
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 -
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 -
Possibility to disable the automatic event "notification_receive" (Android) due to the high triggering of this event
I would like to request the inclusion of the possibility of disabling the automatic event "notificationreceive" (Android) due to the high firing of this event, which can cause an inflation of costs for Google Analytics 360 customers who charge based on the number of events.
And in some situations it is necessary to use push notifications, but the "notificationreceive" event may not be so useful, it being feasible to disable it to reduce tool 360 costsA suggestion would be to make it possible to disable it in the same way as we can disable the automatic event…
7 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
- Don't see your idea?