gpt4 book ai didi

ios - firebase.init 中的错误 : ReferenceError: Can't find variable: FIROptions

转载 作者:行者123 更新时间:2023-11-29 05:27:24 25 4
gpt4 key购买 nike

我添加了“nativescript-plugin-firebase”:插件。我在 ios 模拟器上运行时出错,但在 Android 上运行正常

firebase.init({}).then(() => {console.log("firebase.init done");
},
error => {
console.log(`firebase.init error: ${error}`);
},
)

最佳答案

要解决这个问题,请编辑 firebase.nativescript.json :

{
"external_push_client_only": false,
"using_ios": true,
"using_android": true,
"messaging": true,
"crashlytics": true
}

关于ios - firebase.init 中的错误 : ReferenceError: Can't find variable: FIROptions,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58024799/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com