Open
Description
Hi @grahamearley ,
Thank you for making this library. I'm working on a GAS project and I'm glad that there is Firestore now (I was puzzled when I had to choose between MongoDB and Firebase Realtime Database - MongoDB is not realtime, no GAS support, while Firebase Realtime Database is totally sucked)
I checked your document but I can't find how to listen for realtime updates https://firebase.google.com/docs/firestore/query-data/listen
How can I do it with this library? Or if this library can't handle it yet, is there any way to do it manually with GAS?
Thank you.