Replies: 1 comment
-
All functions in the https://modular-admin.web.app/reference/firebase-admin.app#applicationdefault But typically, when you use ADC in environments like Cloud Functions you don't need them at all. You can just call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://medium.com/google-cloud/firebase-separating-configuration-from-code-in-admin-sdk-d2bcd2e87de6
I found about ADC last week, and would like to try it out. However,
firebase-admin
9.100.0-alpha.1exports
section does not havecredentials
.What is the way to do the same with "alpha"? Is this going away - or the
credentials
just hasn't made it to this release, yet?It turns out I won't need this (since the context is using Admin SDK within Cloud Functions). This may be the reason for the current omission - one cannot use "alpha" within Cloud Functions, anyways.
Beta Was this translation helpful? Give feedback.
All reactions