(Un-)Subscribe a topic will always return an error #473
Labels
android
Relates to Android platform
bug
Something isn't working properly
runtime issue
An issue related to app runtime
Bug report
CHECKLIST
[x ] I have read the issue reporting guidelines
[x ] I confirm this is a suspected bug or issue that will affect other users
if i use
get always error callback, even if the (un-) subscription was successful
Current behavior:
(Un-)Subscribe a topic will always return an error
Empty cordova project with the plugin
Expected behavior:
no error, successful return
Steps to reproduce:
use
Workarround for me
change FirbasePlugin.java #2300
to
i have no idea why isSuccessful() is false and task.getException() is null, but it works
The text was updated successfully, but these errors were encountered: