在weex中使用firebase

发布于 2022-09-11 14:59:01 字数 1387 浏览 29 评论 0

請問有人在weex中使用過firebase嗎?目前web環境測試都沒問題,但只要到native端就是一片空白。
用了playground掃完之後出現這樣的js error:

WeexDemo <Weex>[exception]bundleJSType:Vue
instanceId: bundleUrl:WX_KEY_EXCEPTION_WXBRIDGE errorCode:-9400 functionName: exception:[WX_KEY_EXCEPTION_WXBRIDGE] [undefined:undefined:undefined] TypeError: undefined is not an object
(null) userInfo:{
   jsMainBundleStringContentLength = "";
   jsMainBundleStringContentMd5 = "";
} jsfmVersion:0.24.4 sdkVersion:0.18.0 appVersion:2.2 osVersion:12.0.1 platform:iOS deviceModel:iPhone11,2

If you want to know more, please open weex MNT

再用了weex debug開了js error後看到了這個:

index.js:32179 Uncaught TypeError: Cannot delete property 'startsWith' of [object String]
    at module.exports (index.js:32179)
    at $export (index.js:32239)
    at Object.<anonymous> (index.js:32589)
    at __webpack_require__ (index.js:23)
    at Object.<anonymous> (index.js:31657)
    at __webpack_require__ (index.js:23)
    at Object.<anonymous> (index.js:31583)
    at __webpack_require__ (index.js:23)
    at index.js:66
    at __weex_bundle_entry__ (index.js:69)

在entry.js裡只是單純有這一行就會有error,造成playground跟native(ios)端都出不來:
import firebase from 'firebase'

目前發現就是只要import firebase就會出現這樣的error...
找了很多地方都無解,不知道有沒有人碰過這樣的問題呢?
謝謝。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文