Can't find a variable atob

后端 未结 4 2006
粉色の甜心
粉色の甜心 2020-12-08 23:11

Screen1.js

import React,{useEffect} from \'react\'
import {View,Text} from \'react-native\'
import * as firebase from \'firebase/app\';
import \'@firebase/fi         


        
4条回答
  •  自闭症患者
    2020-12-09 00:00

    I found a workaround, I still there is a bug on their side. They just released 2 days ago version 7.9.1. Try to use 7.9.0.

    yarn add firebase@7.9.0

    I am creating an issue for it, follow here.

提交回复
热议问题