File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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
2335Configure the Firebase email template action URL to redirect to your Xams application:
You can’t perform that action at this time.
0 commit comments