You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(further to this, what's best practice when using defineString in globally defined things in functions? e.g. using the following results in a deployment warning, but not using .value() causes an error)
Uh oh!
There was an error while loading. Please reload this page.
[REQUIRED] Environment info
firebase-tools: 11.22.0
Platform: macOS
[REQUIRED] Test case
[REQUIRED] Steps to reproduce
Per test case
[REQUIRED] Expected behavior
Should be able to use output of defineString to configure function region
[REQUIRED] Actual behavior
Need to cast result of defineString with
as any
to allow typescript build. Function works as expected when deployed withFollow up to #5347, resolved by https://github.com/firebase/firebase-functions/pull/1329/files suspect adding
Expression<string> |
to region config would fix this?(further to this, what's best practice when using defineString in globally defined things in functions? e.g. using the following results in a deployment warning, but not using
.value()
causes an error)The text was updated successfully, but these errors were encountered: