Firebase > Firestore

All functions related to Firestore can be found in src/libs/firestore.ts

1. Add new Document

Page.tsx

2. Get a document by ID

Page.tsx

3. Update an existing document

Page.tsx

4. Delete a document by ID

Page.tsx

5. Get all documents in a collection

Page.tsx

6. Firestore Pagination

Example

Page.tsx

7. Query documents with filters

Page.tsx

8. Listen for real-time updates on a document

Page.tsx

9. Listen for real-time updates on a collection

Page.tsx