Giter VIP home page Giter VIP logo

Comments (4)

rielzzapps avatar rielzzapps commented on August 30, 2024 1

The APPS Script has a limited time of being active, so the library itself cannot listen to updates (the script would time-out).

You could trigger the script by webhook, but that means you would have to write a listener somewhere else.

from firestoregoogleappsscript.

willianwelbert avatar willianwelbert commented on August 30, 2024

@piavgh it's not real time but it might help: on the Google app scripts console go to edit > current project's triggers - there you can configure the function to run every X (even as often as once a minute).
Hope it helps :)

from firestoregoogleappsscript.

grahamearley avatar grahamearley commented on August 30, 2024

Hey @piavgh, glad you're interested in the library!

This library doesn't currently have realtime update support. It looks like the Firestore REST API does support realtime updates, as seen here under the firestore.projects.databases.documents.listen group.

If you want to take a look through that reference and make a PR adding realtime support, that would be awesome! In the meantime, perhaps @willianwelbert's idea would work for your use case.

from firestoregoogleappsscript.

LaughDonor avatar LaughDonor commented on August 30, 2024

A quick review seems to make this plausible, a solid starting point would be to check out the Firebase Rest API Realtime Updates page.

There's a lot of good info there, if someone can take the time to make a PR for this!

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.