-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Closed
Copy link
Labels
blocked: customer-responseWaiting for customer response, e.g. more information was requested.Waiting for customer response, e.g. more information was requested.platform: iosIssues / PRs which are specifically for iOS.Issues / PRs which are specifically for iOS.plugin: messagingtype: bugSomething isn't workingSomething isn't working
Description
Is there an existing issue for this?
- I have searched the existing issues.
Which plugins are affected?
Messaging
Which platforms are affected?
iOS
Description
The subscribeToTopic and unsubscribeFromTopic futures never complete.
Reproducing the issue
- Run code bellow
- See 'Before' in console
- You will never see 'After' in console
print("Before");
await FirebaseMessaging.instance.subscribeToTopic('test');
print("After);Firebase Core version
3.13.0
Flutter Version
3.29.3
Relevant Log Output
No logFlutter dependencies
Expand Flutter dependencies snippet
cloud_firestore: 5.6.7
firebase_analytics: 11.4.5
firebase_auth: 5.5.3
firebase_core: 3.13.0
firebase_crashlytics: 4.3.5
firebase_storage: 12.4.5
firebase_remote_config: 5.4.3
firebase_messaging: 15.2.5Additional context and comments
Devices :
- iOS 18.4.1, IPhone SE 2gen (real device).
- iOS 18.4, IPhone 16 pro (simulator).
justChris
Metadata
Metadata
Assignees
Labels
blocked: customer-responseWaiting for customer response, e.g. more information was requested.Waiting for customer response, e.g. more information was requested.platform: iosIssues / PRs which are specifically for iOS.Issues / PRs which are specifically for iOS.plugin: messagingtype: bugSomething isn't workingSomething isn't working