Giter VIP home page Giter VIP logo

Comments (6)

lahirue avatar lahirue commented on August 30, 2024 11

This is a very useful feature. Without this feature , its a useless library for a production application. Batch Writes , Batch Updates are critical in production mode. Hope this feature will be implemented soon.

from firestoregoogleappsscript.

chintananand avatar chintananand commented on August 30, 2024 8

First of all, kudos to the entire team for developing this library. it's pretty simple and very useful.

Batch operations are must to have feature for this library. Google has restricted usage of read and write operations - and due to this limitation in a very short span of time the limit gets exhausted. Due to sequential processing ulrfetch which is used internally is eating up the cap.
Exception: Service invoked too many times for one day: urlfetch.
at method_(Request:48:38)
at patch(Request:108:21)
at updateDocument_(FirestoreWrite:47:36)
at updateDocument(Firestore:95:21)

Request you to please add the capability at your earliest.

from firestoregoogleappsscript.

mellowcello77 avatar mellowcello77 commented on August 30, 2024 4

Batch writes is a must for me, I would definitely used this for production if it was available.

from firestoregoogleappsscript.

LaughDonor avatar LaughDonor commented on August 30, 2024

We'll need to add support for the following API Endpoints:

from firestoregoogleappsscript.

abkarino avatar abkarino commented on August 30, 2024

For my use case, I have a huge number of writes but due to the update document mask exceeding the limit, I have to read and merge the data manually. A batched write or a transaction would allow the mask to be included in the body of the request rather than in the url query.

from firestoregoogleappsscript.

michaelconan avatar michaelconan commented on August 30, 2024

Also would be interested in using this library but no way I can use without batch write function, which appears to have been open for a year without clear progress.
I'll carry on with my own rough implementation... :/

from firestoregoogleappsscript.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.