Commit b066ce1
authored
Ensure initialization w/CertCredential has needed scopes (#58)
While using CertCredential, against a newly issued Firebase Admin SDK private key, I am seeing scope failures getting the Firebase environment configuration. Adding `https://www.googleapis.com/auth/cloudruntimeconfig` to the `AUTH_SCOPES` allows this to function as expected.
Further, we should allow access to all firebase w/admin-sdk credentials.1 parent 0fd5628 commit b066ce1
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments