#firestore
- Storage Wars: CacheService vs. PropertiesService vs. Firestore Benchmarks
Comparison and benchmarks of Google Apps Script storage options. See why CacheService is slightly faster than PropertiesService and when to use Firestore.
- Using Firestore in Apps Script
Firestore can be a powerful tool when using Apps Script. This post shows how to use the [Firestore REST API] in Apps Script.
- Track all Firestore write activity in Firestore
Capture all user activity in a Firestore collection using Audit Logs, Pub/Sub, and Cloud Functions.