Edge Computing with Cloudflare Workers
Writing an API at the Edge with Workers and Cloud Firestore

Writing an API at the Edge with Workers and Cloud Firestore

3/21/2019 · Ashley M Lewis

What this post added

This post details the development of a system using Cloudflare Workers and Cloud Firestore to handle subdomain reservations for the upcoming Workers.dev launch. It outlines the requirements, user flow, and design choices, emphasizing the use of Workers for ephemeral, independent services and Cloud Firestore for immediate consistency to prevent double reservations. The post also covers the implementation details of authenticating Workers to Cloud Firestore using JWTs generated from service account credentials.

Read the original post ↗