We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59daf8 commit 5c6a821Copy full SHA for 5c6a821
README.md
@@ -28,6 +28,25 @@ FIREBASE_AUTH = {
28
}
29
```
30
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
50
## Publishing
51
52
`python setup.py sdist`
0 commit comments