1486 results found
-
How to reduce reads for static data
I want to ask documentation on how to reduce the number of unnecessary reads. eg. my product data
let query = store.collection("products");
Assuming I have 500 products, one user click on get products = 500 reads ? If 100 users click that function, then all my quota is gone in 1 minute. Is that right?
How can I overcome this.
Please provide a full example. I have seen Mr Duckworth's presentation in a firebase event, but could not see a good example.
2 votes -
9 votes
-
17 votes
-
Add a help doc or disclosure that outlines what Google can do with my private code
I'm nervous about using IDX because I can't find information on what happens to code that I create/edit within it. I also don't want to imply any Google ownership of content I create. It would be nice to see this called out clearly.
2 votes -
Network Instability and Unexpected Reloads
Just a heads up - noticed that the browser-based code editor tends to reload randomly when the network gets shaky. It'd be awesome if we could add a quick alert or something to let users know when it's happening. Cheers!
1 vote -
Add Firebase to flutter create options
When creating a flutter project you should have options to setup firebase with it
8 votes -
emulator simulator
generally it is amazing, but of course it needs to improve. I couldn't find from where i can open the emulator, simulator or web?
2 votes -
Fix the spacing between the public messaging key and the date, so we can see and copy the entire public key.
We can never see the entire public key to know whether we are copying the entire key in the messaging section of the firebase console. Please fix.
2 votes -
Fichier Zip
Les fichier zip ne s'importe pas sur la plateforme ça serait bien comme ça on peux importer nos projet déjà en cours
1 vote -
1 vote
-
use the name of the Firebase project instead of the code in the email sent to the user (Authentication by Email Link )
The email template should use the Firebase project name instead of the technical code.
2 votes -
Estimate costs
It should be possible to estimate Firebase costs using the emulator.
Example workflow for comparing Firestore data structures in terms of costs:
- setup test for each data structure
- signal start of costs recording
- run test for first data structure againt the Firestore emulator
- signal stop of costs recording
- run again for second data structure4 votes -
firestore 'in' 2d array order optional
For some reason an 'in' wury with a 2d array also runs with a sort function. which is not provided or supported by other features such as ArrayUnion and ArrayRemove.
the order should be an optional parameter because using a system where we must find all other documents that have the exact same features but maybe in a different order, is not possible. there is no native sort option when using ArrayUnion, and we've been taught through firestore arrays in general, that orders of items fundamentally shouldn't be considered to exist due to idempotency.
TLDR:
ArrayUnion does not support 'in…1 vote -
I cant work with my IDX because it’s showing me an error message telling me that there is no space left even if I tried to remove some files
I cant work with my IDX because it’s showing me an error message telling me that there is no space left even if I tried to remove some files
1 vote -
IOS SIMULATOR BUG
Attention Project IDX Team, there's an issue with the simulator not simulating when lib files are changed in Flutter. Interestingly, Android runs normally. Please investigate and address this anomaly promptly. Thank you.
3 votes -
Add Salesforce project template to Project IDX
Please add support for salesforce project template as well in Project IDX.
2 votes -
Ability to select and copy fields and values in firestore document
Ability to select and copy fields and values in firestore document, more like making everything selectable text.
6 votes -
Enhance password security
Currently, it is entirely possible for a user to reset a password that is unsecure with firebase's miniapp
it does not validate against the default password conditions or reference the identity toolkit policies
a community member has created a temporary fix
https://betterprogramming.pub/firebases-password-reset-is-insecure-here-s-how-to-fix-it-882629e3b779I propose this reset dialog gets enhanced to a standard.
and allow projects to integrate password policies from the identity toolkit
https://cloud.google.com/identity-platform/docs/password-policy4 votes -
deploy specific extension
Allow deployment from CLI of specific extensions, to avoid uploading and updating all extensions unnecessarily.
i.e. firebase deploy --only extensions:<name of extension>
Just like we can with functions.
2 votes -
Support Student and African continent
I think that a free account for student around the world especially in African countries will support the growth of google in the region.
3 votes
- Don't see your idea?