Firebase Functions not able to use oncall functions in app, returns internal error

后端 未结 1 1393
星月不相逢
星月不相逢 2020-11-30 14:15

Firebase Functions onCall not working

I was recently following the Firebase tutorial series by The Net Ninja YouTube channel.

The Net Ninja

相关标签:
1条回答
  • 2020-11-30 14:48

    I have found that callable functions from javascript web clients are broken with SDK version 7.21.1. If you downgrade to 7.21.0, it should work OK. The latest 7.22.0 still seems broken.

    This has been filed on GitHub if you want to track it.

    Update Oct 5, 2020: Apparently this has been fixed in 7.22.1.

    0 讨论(0)
提交回复
热议问题