Securing Firebase Firestore with basic security rules
A blog post on how to secure your Firebase Firestore with basic security rules. We will allow read access to public data and read+write access to user-specific data.
A blog post on how to secure your Firebase Firestore with basic security rules. We will allow read access to public data and read+write access to user-specific data.
In this blog post I will explain how to integrate Strip with Firebase Cloud Functions and Firestore, so your SaaS can process subscriptions easily.
This blog post will guide you through the process of setting up Cloudflare Workers as a proxy for Firebase authentication, allowing any user to authenticate with the `signInWithRedirect` function. Without this, cross-domain cookie settings will prevent Safari and other browsers from signing in.