Firebase / Firestore больше не работает. ОШИБКА ВНУТРЕННЕГО НЕРАЗРАШЕННОГО:, настроить сетевой мониторинг - PullRequest
0 голосов
/ 09 июня 2019

Я хочу использовать Firestore в моем приложении expo.Но у меня возникает ошибка при попытке отправить некоторые данные в Firestore.Это первый раз, когда у меня есть эта ошибка.

Я пытался понизить рейтинг с 6.1.1 до 5.9.3, проверяю настройки Firestore в облаке и все работает хорошо.

    "expo": "^33.0.0",
    "react": "16.8.3",
    "react-dom": "^16.8.6",
    "react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
    "react-native-web": "^0.11.4",
    "@firebase/auth": "^0.9.7",
    "@firebase/firestore": "^1.1.3",
    "firebase": "^5.9.3"
  },

Это ошибка


@firebase/firestore:, Firestore (5.11.0): INTERNAL UNHANDLED ERROR: , configureNetworkMonitoring@http://127.0.0.1:19001/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&minify=false&hot=false:191066:30
BrowserConnectivityMonitor@http://127.0.0.1:19001/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&minify=false&hot=false:191053:38
newConnectivityMonitor@http://127.0.0.1:19001/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&minify=false&hot=false:191430:46
http://127.0.0.1:19001/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&minify=false&hot=false:201508:75
step@http://127.0.0.1:19001/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&minify=false&hot=false:157573:27
http://127.0.0.1:19001/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&minify=false&hot=false:157503:22
http://127.0.0.1:19001/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&minify=false&hot=false:157475:75
tryCallTwo@http://127.0.0.1:19001/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&minify=false&hot=false:3756:9
doResolve@http://127.0.0.1:19001/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&minify=false&hot=false:3920:25
Promise@http://127.0.0.1:19001/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&minify=false&hot=false:3779:14
__awaiter@http://127.0.0.1:19001/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&minify=false&hot=false:157452:38
tryCallOne@http://127.0.0.1:19001/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&minify=false&hot=false:3747:16
http://127.0.0.1:19001/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&minify=false&hot=false:3848:27
_callTimer@http://127.0.0.1:19001/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&minify=false&hot=false:28259:17
_callImmediatesPass@http://127.0.0.1:19001/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&minify=false&hot=false:28295:19
callImmediates@http://127.0.0.1:19001/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&minify=false&hot=false:28514:33
callImmediates@[native code]
__callImmediates@http://127.0.0.1:19001/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&minify=false&hot=false:3149:35
http://127.0.0.1:19001/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&minify=false&hot=false:2970:34
__guard@http://127.0.0.1:19001/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&minify=false&hot=false:3132:15
flushedQueue@http://127.0.0.1:19001/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&minify=false&hot=false:2969:21
flushedQueue@[native code]
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...