Quick Start
Install the SDK and have your first Firestore endpoint running in under 5 minutes.
Core Concepts
Understand collections, document attributes, and how actions map to HTTP endpoints.
Guides
Step-by-step walkthroughs for GET, POST, PUT, PATCH, DELETE, filtering, and sorting.
API Reference
Full reference for the constructor options, action config, and response format.
How it works
Configure your collections
Define the Firestore collections you want to expose and their document attributes.
Firebase Express SDK uses the Firebase Admin SDK under the hood. You need a Firebase service account key to authenticate — see the Quick Start for setup instructions.