gpt4 book ai didi

android - 使用 react-native-push-notification,App 在收到新的 FCM 通知时崩溃

转载 作者:太空狗 更新时间:2023-10-29 15:58:27 25 4
gpt4 key购买 nike

我试图在 react-native 应用程序上添加推送通知,所以我使用了 react-native-push-notification。库配置进行得很顺利,但是当收到通知时,APP 立即崩溃,提示“FirebaseApp 未初始化”。

崩溃报告AndroidRuntime:java.lang.IllegalStateException:默认 FirebaseApp 未在此 com.myapp 中初始化。确保先调用 FirebaseApp.initializeApp(Context)。

如何初始化 FirebaseApp 或解决此问题?任何帮助将不胜感激。

有关更多信息,请参阅已打开的 Github 问题 https://github.com/zo0r/react-native-push-notification/issues/852

最佳答案

好的!现在可以使用了。

build.gradle

buildscript {
dependencies {
classpath 'com.google.gms:google-services:+'
}
}

app/build.gradle

// At the very bottom of the file
apply plugin: 'com.google.gms.google-services'

信用 https://github.com/zo0r/react-native-push-notification/issues/852#issuecomment-417641675

关于android - 使用 react-native-push-notification,App 在收到新的 FCM 通知时崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52112770/

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