June 2018
Beginner to intermediate
394 pages
9h 2m
English
Cloud Firestore is a recent release of the Firebase toolchain. Google labels it as the flexible, scalable NoSQL. To work with Function triggers for Firestore, you don't need to write extra code on the client side. Changes to Firestore can be achieved via DeltaDocumentSnapshot, which is an interface representing Cloud Firestore documents. The Cloud Firestore Function typically does the following actions:
To trigger a Cloud Firestore function, ...
Read now
Unlock full access