proyecto26 / react-native-inappbrowser

📱InAppBrowser for React Native (Android & iOS) 🤘
https://www.npmjs.com/package/react-native-inappbrowser-reborn
MIT License
1.29k stars 220 forks source link

InAppBrowser.openAuth never redirects back after google login #390

Closed nateshmbhat closed 8 months ago

nateshmbhat commented 1 year ago

I am using ios 16.1 simulator. RN 0.66.4

Only for devices above 16.1 , after sign in, redirection is not happening and the openAuth method's promise NEVER resolves even though the user has finished sign in.

Looks like its related to issue #387 but for some reason that issue was closed without providing any resolution.

Hellhiem commented 1 year ago

It's probably general firebase issue:

https://github.com/firebase/firebase-js-sdk/issues/6716

bustazone commented 1 year ago

That is happening to me as well. It seems like the function waitForRedirectAsync (inside 'node_modules/react-native-inappbrowser-reborn/utils.js') is not triggered in the redirections and so openAuth never detects that the auth is ended.

bustazone commented 1 year ago

This seems duplicated: https://github.com/proyecto26/react-native-inappbrowser/issues/312

jdnichollsc commented 8 months ago

Duplicated