Daniel Lee

Results 106 comments of Daniel Lee

Taking a look. I think we may need to escalate this issue to Google Cloud Functions team.

@n-sviridenko Sorry we missed your message here. Do you mind sharing firebase-debug.log for a failed deploy? One of the fix we introduced earlier last month was aimed at fixing the...

Thanks for the feature request @AmichayMiara! Internal note: similar to https://github.com/firebase/firebase-functions/issues/1178

@sbhvt Engineer from Cloud Functions for Firebase here. Thanks for detailing your setup and pointing out the issue with the recent update. Our intention with changing the default value for...

Hi @sceee, Today, params are designed to be used to defer function options available in the Functions SDK. Using it to set options in other SDKs, like the Admin SDK,...

One issue I've seen with other customer is that the `.env` files were located outside the functions directory, e.g. ``` repo/ firebase.json functions/ .env .env.local ``` Can you share your...

@Verbunix Thanks for the hint. It sounds like the Emulator is silently ignoring badly configured environment variables. That's a pain - I'll follow up here if I can improve that....

Transferring the issue to Firebase Tools repository where emulator is implemented.

Also @ziziele - do you mind sharing the version of node you are using locally and the version you are specifying when deploying to GCF? e.g. ``` node -v ```

This was fixed and released in 10.3.0: https://github.com/firebase/firebase-tools/commit/94b3156f033c7cab75001409b305edb29a26d688 Please feel free to re-open or create a new ticket if the problem persists.