ScottAtRedHawk
ScottAtRedHawk
I'm seeing the same thing.
@scottynoshotty Could you post your cloud function, please?
I'm seeing this issue as well when users have to leave the authenticating app to approve a DuoMobile MFA request. Any fixes yet?
Same for me as well.
I'm running into this issue as well.
My team and I are also affected by this issue while using this plugin...
@gerardim90 My team switched to https://github.com/NativeScript/plugins/tree/main/packages/facebook. We used conditional imports (or require(...) would work too) in code to target Android only for now.
@gerardim90 Did you call the code below somewhere in your app.js or app.ts? And follow the directions for setting up the native stuff on Android and iOS? ```js import {...
@gerardim90 We're actually still using nativescript-oauth2 for iOS and @nativescript/facebook for Android if that helps?
I'm getting this also.