反应本机应用程序构建失败的反应原生firebase

时间:2018-05-28 10:11:24

标签: android firebase react-native build

我们有" react-native-firebase":" 4.2.0",在安装了npm模块并尝试运行应用程序之后我们就遇到了这个问题

失败:构建因异常而失败。

2 个答案:

答案 0 :(得分:0)

你试过吗

  

react-native link react-native-firebase?

答案 1 :(得分:0)

我不知道这是不是问题,但是没有针对react-native的特定google firebase配置,因此您需要在https://console.firebase.google.com/内登录您的项目,访问您的项目并进入Web配置并在您的代码中实现。

例如:

componentWillMount() {
        firebase.initializeApp({
            apiKey: "YOURAPIKEY",
            authDomain: "",
            databaseURL: "",
            projectId: "",
            storageBucket: "",
            messagingSenderId: "YOURKEY"
        });

干杯,