正如标题所示,当我对firebase.functions()进行任何调用时,我在firebase-functions.js库中出现内部错误.
一些上下文,这是纯js,而不是nodeJS,React或Jquery,我正在尝试调用httpsCallable云函数.云函数是可调用的,并且可以从android预期的那样工作.firebase-functions.js库版本是4.13.0.
错误是:
Error
?
code: "internal"
?
columnNumber: 2043
?
details: undefined
?
fileName: "http://www.gstatic.com/firebasejs/4.13.0/firebase-functions.js"
?
lineNumber: 1
?
message: "internal"
?
stack: "t@http://www.gstatic.com/firebasejs/4.13.0/firebase-functions.js:1:2043\nl</e.prototype.call/</</l<@http://www.gstatic.com/firebasejs/4.13.0/firebase-functions.js:1:6501\nl</e.prototype.call/</<@http://www.gstatic.com/firebasejs/4.13.0/firebase-functions.js:1:5803\ns/</<@http://www.gstatic.com/firebasejs/4.13.0/firebase-functions.js:1:1406\ns/<@http://www.gstatic.com/firebasejs/4.13.0/firebase-functions.js:1:755\na@http://www.gstatic.com/firebasejs/4.13.0/firebase-functions.js:1:313\n"
Run Code Online (Sandbox Code Playgroud)