Settings and activity
1 result found
-
1 vote
An error occurred while saving the comment An error occurred while saving the comment South Croydon commentedIs there an example for https://firebase.blog/posts/2021/04/firestore-supports-data-bundles/
An error occurred while saving the comment South Croydon commented@Frank van puffelen I did see post comment taking forever to complete. So I cancelled and copy pasted. probably that is what you meant by multiple times. I was looking for inputs from months on stackoverflow.
Appreciate if firebase provides a complete end to end example
An error occurred while saving the comment South Croydon commentedI 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. datadundles? how it is integrated?
South Croydon shared this idea ·
As there is no documentation or example for my above ask, I no longer use firebase. Changing importance to NOT AT ALL in sync with google firebase team