Daniel Lee

Results 131 comments of Daniel Lee

Feels like this is a good change and not breaking. IIUC the change would only break if the traversing the full path instead of short-circuiting somehow had a side effect...

Thank you for your contribution again @rhodgkins

Hey @johnnyoshika @wneild - thanks for the question! After chatting with the team, I re-learned that the `.data` property may be empty if the snapshot for Firestore document being sent...

Ah the limitation is indirectly discussed here: https://cloud.google.com/functions/quotas#resource_limits Note that the behavior when the event is >10MB is "drop and log" - will ask if they plan on updating the...

Starting the emulator with this option does the trick for me: ``` export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES ```

Hello. Sorry for all the issues. It looks like the Firebase CLI isn't a reporting a clear error message when some of the necessary tools, like python.exe, pip3, venv/scripts/activate.bat, can't...

Sorry :(. I found out that this is a known limitation on Cloud Run which is the underlying service Firebase Functions relies on to run your functions code: https://cloud.google.com/run/docs/troubleshooting#client-disconnect I...

Hi folks. This issue seems to me like an issue with the [default service accounts](https://cloud.google.com/iam/docs/service-account-types#default) associated with the function. Usually, these service accounts are granted Editor role which grants wide-array...

> @taeold what information do you need? This is ridiculous. @Blunderchips Screenshot you shared doesn't give me any additional information about your setul @iKK001 FWIW, security rules are not enforced...