#firestore
- Apps Script Storage Benchmarks
Benchmarks comparing CacheService, PropertiesService, and Firestore in Apps Script, including speed measurements and when each storage option fits.
- 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 Firestore writes as per-user activity by routing Audit Logs through a Pub/Sub sink to a Cloud Function that writes Firestore.