Firebase Setup Guide
Prerequisites
- Valid Firebase Service Account.
- Active Firestore Database.
Setup Guide
1. Create Firebase Service Account:
- Log in to your Firebase Console.
- Click the Settings icon next to Project Overview, then select Project settings.
- Navigate to the Service accounts tab.
- Under Firebase Admin SDK, click Create service account.
2. Generate Service Account Key:
- From the Project settings page, open the Service accounts tab again.
- Under Firebase Admin SDK, click Generate new private key.
- Save the downloaded private key file securely.
- Open the generated key file in a text editor, then copy and paste its contents into the Service Account Key field.