Before version update:
com.google.firebase.firebase-messaging:25.0.2
com.google.gms:google-services:4.4.4
Everything work, topic can be subscribed and unsubscribed inside the android app
- FirebaseMessaging.subscribeToTopic
- FirebaseMessaging.unsubscribeFromTopic
After version update:
com.google.firebase:firebase-bom:34.15.0"
com.google.gms:google-services:4.5.0
These functions do not work (no response or timeout)
- FirebaseMessaging.subscribeToTopic
- FirebaseMessaging.unsubscribeFromTopic
Logcat:
Failed to sync topics. Won't retry sync. Topic subscribe failed: Not Found
Failed to sync topics. Won't retry sync. Topic unsubscribe failed: Not Found
Google Clound API Console:
After update, usage of FCM Registration API increase from 0, and then with 100% error
FCM Registration API:
Status: enabled
Credentials: Selected APIs: FCM Registration API, Firebase Installations API
Traffic by response code: 100% 404
Push by token: OK
Push by topic: not work
Before version update:
com.google.firebase.firebase-messaging:25.0.2
com.google.gms:google-services:4.4.4
Everything work, topic can be subscribed and unsubscribed inside the android app
After version update:
com.google.firebase:firebase-bom:34.15.0"
com.google.gms:google-services:4.5.0
These functions do not work (no response or timeout)
Logcat:
Failed to sync topics. Won't retry sync. Topic subscribe failed: Not Found
Failed to sync topics. Won't retry sync. Topic unsubscribe failed: Not Found
Google Clound API Console:
After update, usage of FCM Registration API increase from 0, and then with 100% error
FCM Registration API:
Status: enabled
Credentials: Selected APIs: FCM Registration API, Firebase Installations API
Traffic by response code: 100% 404
Push by token: OK
Push by topic: not work