Skip to content

Commit 5c6a821

Browse files
committed
update README.md
1 parent b59daf8 commit 5c6a821

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,25 @@ FIREBASE_AUTH = {
2828
}
2929
```
3030

31+
Alternatively, you can configure the Firebase credentials directly, like so:
32+
33+
```
34+
FIREBASE_AUTH = {
35+
'FIREBASE_CREDENTIALS': {
36+
'type': "service_account",
37+
'project_id': "",
38+
'private_key_id': "",
39+
'private_key': "",
40+
'client_email': "",
41+
'client_id': "",
42+
'auth_uri': "https://accounts.google.com/o/oauth2/auth",
43+
'token_uri': "https://accounts.google.com/o/oauth2/token",
44+
'auth_provider_x509_cert_url': "https://www.googleapis.com/oauth2/v1/certs",
45+
'client_x509_cert_url': ""
46+
}
47+
}
48+
```
49+
3150
## Publishing
3251

3352
`python setup.py sdist`

0 commit comments

Comments
 (0)