Firebase > Realtime Database

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

1. One-time Read

Page.tsx

2. Realtime Listener

Page.tsx

3. Querying

Page.tsx

4. Limiting

Page.tsx

5. Writing Data

Page.tsx

6. Updating Fields

Page.tsx

7. Removing Data

Page.tsx