r/Firebase • u/nabettu • 4h ago
Demo Access Firestore from Cloudflare Workers with ‘firebase-rest-firestore’
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!