Hello,
I’m creating an app with Google authentication and using the https://www.npmjs.com/package/@capacitor-firebase/authentication.
For the web, it’s working fine. But when I tried to run the same login in the Android app, the default browser was opened and after login, the redirect for the app did not occur. After the successful login the browser redirects to the https://localhost/{route}.
I created the Android app on Firebase account, set sha1 (and signed the app), set the steps inside here https://github.com/capawesome-team/capacitor-firebase/blob/0abbb8d74afc52789cab38b6de3f9436dad9d1ae/docs/firebase-setup.md#android and here https://github.com/capawesome-team/capacitor-firebase/blob/0abbb8d74afc52789cab38b6de3f9436dad9d1ae/packages/authentication/docs/setup-google.md
But the correct redirect not working.
Anyone have any idea why its not working? Any help is welcome.
Thank you for your time and help.
1 post - 1 participant