标签: reactjs firebase react-native google-cloud-functions
我将RNFirebase用于我的React Native项目。
当我使用firebase.functions().httpsCallable('myFooBarFn')时,它会在被调用函数结束之前执行套件(.then())。但问题是,我的程序的其余部分取决于我执行的功能......
firebase.functions().httpsCallable('myFooBarFn')
.then()
这是正常的吗?我们如何防止这种情况?
以下是功能代码的示例:pastebin.com/spx7GeQa