Tyrone Chris Abad
Tyrone Chris Abad
Found a workaround to authenticate with OAuth in Flutter. 1. Use this package https://pub.dev/packages/oauth_webauth specifically the [BaseWebView widget](https://pub.dev/packages/oauth_webauth#basewebview) 2. add `initialUrl` with '${createNhostServiceEndpoint(subdomain: YOUR_SUBDOMAIN, region: YOUR_REGION, service: 'auth')}/signin/provider/facebook' 3. add...
Hi, can we update it to [http 1.1.0](https://pub.dev/packages/http) instead?
will updating to `7.6.9` fix the issue? I'm also getting this issue when using 7.6.8
I have a new update. Apparently, the issue did not occur again after closing all the chats in the Intercom Dashboard. It's a weird bug that I can't understand.
@g123k `applicationIconBadgeNumber` is deprecated https://developer.apple.com/documentation/uikit/uiapplication/1622918-applicationiconbadgenumber, please use [setBadgeCount(_:withCompletionHandler:)](https://developer.apple.com/documentation/usernotifications/unusernotificationcenter/4031317-setbadgecount)
Unfortunately, using `launchUrl` with Facebook would block me from authenticating because of Embedded browser security check from Facebook. Found a workaround to authenticate with OAuth in Flutter though. 1. Use...