Skip to content

Android FCM SDK 25.1.0 uses FCM Registration API with 100% error #8320

Description

@meor9zcu12

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

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions