Firebase message Subscribe to topic is not implemented #4721
Unanswered
kaundinya5
asked this question in
General
Replies: 1 comment 1 reply
-
Was this on web? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using firebase_messaging ^8.0.0-dev.14 and I was trying to use the
subscribeToTopic
and I got aDart Unhandled Exception: MissingPluginException
So I went into the library to see what the function is doing and this is what I foundFuture<void> subscribeToTopic(String topic) { throw UnimplementedError('subscribeToTopic() is not implemented'); }
Is there any Idea when this will be implemented? I'm not able to use firebase_messaging 7.0.3 since I'm also using firebase_auth 0.20.0+1 and that requires firebase_core 0.7.0
Beta Was this translation helpful? Give feedback.
All reactions