Firebase Messaging on Android suddenly started crashing when message received

前端 未结 6 1908
长情又很酷
长情又很酷 2020-12-05 16:52

Currently using react native, react-native-firebase, and react-native-push-notification. Everything was fine until suddenly today firebase messaging started causing the app

6条回答
  •  伪装坚强ぢ
    2020-12-05 17:34

    This upgrade fixed the issue for me

    implementation 'com.google.firebase:firebase-messaging:20.2.3'
    

提交回复
热议问题