Michael Bui
Michael Bui
Only what I mentioned before, which again was just a guess. You'd need to debug to find out what's going on and may need to introduce more logging in your...
These crash logs don't necessarily indicate an issue with the plugin and if there is an issue with the plugin, this would need a minimal app that can reproduce the...
Agreed that they should be the same but have you tried decoding the JWT that you get on both platforms to see if the audience values are the same?
The only thing I can say is you'd need to look into your issue further. The plugin makes use of SDKs that follow the OAuth 2.0 standard so as long...
This isn't something I can look into and haven't seen this with using the authorisation code grant. The code for parsing this info is pretty standard and I wouldn't have...
I saw this when trying to see if i could use the `url_launcher` plugin to see if that could be used for logout. Unfortunately, I don't know of a solution...
Thanks for the PR, I'll need to spend more time to look through this. My concern here is I'd need a way to test all these changes, would you happen...
what about docs/tutorials i could use to get spin up servers. i'm hesitant to take more contributions on this given the issues i've seen reported and difficulty in testing this....
Thanks for the PR. It's a clever way of handling it so props for that :) It looks like would cause an issue on Android with old scheduled notifications saved...
I'd suggest a new method to deal with this. It would also be cleaner in the sense in that there's a separate method that only works from certain versions of...