-
Notifications
You must be signed in to change notification settings - Fork 640
Description
- Android Studio version: Android Studio Bumblebee | 2021.1.1 Patch 2
- Firebase Component: Messaging
- Component version: 23.0.0
Following up on issue originally reported here where latest firebase messaging library available causing app crashes due to android 12 changes. We are experiencing the exact same issue and although the defect was fixed I am not able to locate a newer version of the firebase messaging SDK which should(?) include the bug fix described.
When I check the Google Maven Repo firebase messaging is still at 23.0. Has this fix been published for general use yet? Please advice.
Thanks
Steps to reproduce:
See original issue above.
Set compileSdkVersion
to 31
in build.gradle file
Use latest firebase messaging library available (23.0.0)
Try to send a push notification/message to a device w/registered FCM token.
Expected result would be user receives push but actual result is push does not appear and app seems to crash in background