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 a08a170 commit 8bfbb09Copy full SHA for 8bfbb09
src/params/types.ts
@@ -32,7 +32,7 @@ export abstract class Expression<T extends string | number | boolean | string[]>
32
value(): T {
33
if (process.env.FIREBASE_DISCOVERY_DIR) {
34
logger.warn(
35
- `${this.toString()}.value() invoked during Function configuration, instead of during runtime.`
+ `${this.toString()}.value() invoked during function deployment, instead of during runtime.`
36
);
37
38
`This is usually a mistake. In configs, use Params directly without calling .value().`
0 commit comments