#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
Use the Firestore REST API from Google Apps Script when CacheService, PropertiesService, or Sheets cannot meet your storage requirements.
- Track all Firestore write activity in Firestore
Capture all user activity in a Firestore collection using Audit Logs, Pub/Sub, and Cloud Functions.