Skip to content

Commit 58c7453

Browse files
committed
added service key instructions
1 parent cde573c commit 58c7453

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ Add your Firebase configuration to appsettings.json:
1818
}
1919
```
2020

21+
## Download Service Account Key
22+
23+
Generate and configure your Firebase service account private key:
24+
25+
1. Navigate to your Firebase project in the Firebase console
26+
2. Open **Project settings**
27+
3. Select the **Service accounts** tab
28+
4. Click **Generate new private key** in the Firebase Admin SDK section
29+
5. Confirm to download the JSON key file
30+
6. Add the JSON file to your project (e.g., in a `keys` folder)
31+
7. Configure the file to copy to output directory in your project settings
32+
2133
## Configure the Firebase Console
2234

2335
Configure the Firebase email template action URL to redirect to your Xams application:

0 commit comments

Comments
 (0)