#functions
- Email Magic Links with Cloudflare Pages
Build passwordless email login with Cloudflare Pages, Functions, KV, and SendGrid: create and validate tokens, then set a session cookie.
- 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.