【发布时间】:2018-06-08 04:53:29
【问题描述】:
https://medium.com/@wcandillon/uploading-images-to-firebase-with-expo-a913c9f8e98d
我一直在关注这篇关于如何使用 expo 将图像上传到具有谷歌存储的谷歌云功能的精彩帖子,但我一直收到此错误:
TypeError: handler is not a function
at cloudFunction (/user_code/node_modules/firebase-functions/lib/providers/https.js:26:41)
at /var/tmp/worker/worker.js:671:7
at /var/tmp/worker/worker.js:655:9
at _combinedTickCallback (internal/process/next_tick.js:73:7)
at process._tickDomainCallback (internal/process/next_tick.js:128:9)
感谢任何帮助。我没有开发快速应用程序的经验,但如果我不能很快找到答案,我可能需要这样做。
【问题讨论】:
-
请出示您的代码以重现问题。
标签: firebase react-native google-cloud-platform firebase-storage expo