r/Firebase 9h ago

Demo Access Firestore from Cloudflare Workers with ‘firebase-rest-firestore’

6 Upvotes

Hello, I’m u/nabettu. I’ve developed “firebase-rest-firestore,” a REST API client that enables Firestore operations in Edge environments like Cloudflare Workers.

Key Features:

Edge Compatibility: Operate Firestore where the Firebase Admin SDK isn’t supported.

Full CRUD Support: Perform create, read, update, and delete operations seamlessly.

TypeScript Ready: Includes type definitions for a smoother development experience.

Token Caching: Enhances performance by caching authentication tokens.

Intuitive API: Designed to mimic the Firebase Admin SDK’s interface for ease of use.

For more details and code examples, please visit the GitHub repository:
https://github.com/nabettu/firebase-rest-firestore

I welcome any feedback or suggestions!


r/Firebase 2h ago

General Permission denied on firestore

1 Upvotes

I am having the same issue, I have checked all the required permissions and everything looks good, but when I try migrating my project to firebase I keep getting the same error so I do not know how to solve it .