You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to call a function from within firebase_messaging's onBackgroundMessage. The function works when called from the function registered to onMessage but throws plugin error from the function registered to onBackgroundMessage.
Hi @joshuakoh1,
This seems to be an issue with the 3rd party plugin you are using flutter_sms.
Please consider opening this issue against their repo https://github.com/babariviere/flutter_sms.
Closing this since it doesn't seem to be an issue with firebase_messaging.
If you disagree, write in comments and I'll reopen.
Thanks.
I'm trying to call a function from within firebase_messaging's onBackgroundMessage. The function works when called from the function registered to onMessage but throws plugin error from the function registered to onBackgroundMessage.
This works with no errors when called from the onMessage function that is within the MyApp function
But when calling this same function from onBackgroundMessage function which exists outside of the main MyApp function
I get missing plugin exception
Both of them are init via configureFirebase
The text was updated successfully, but these errors were encountered: