Google login issue in React progressive web app - reactjs

I'm using this both npm for google and facebook login in React js PWA googe login
facebook login
It works fine in a chrome web app
and also in android PWA.
But when I create PWA in ios and perform google or facebook login it does not works well.
Issue: I clicked on the Google login button and it redirects me to google login page.
After that, I'd successfully logged in to google and instead of redirect back to the app it redirect me to browser in new page.
Any help would be appreciable.

Related

Social login with Cognito on React Native and React

I have a problem that I using Amplify for social login on web application, now I have to add social login function for mobile application. But I find that redirect url for mobile is myapp:// in order to use deeplink. How can I use redirect url on web as deepLink on mobile for action back to my mobile app after user sign-in with Google, Facebook?
Thanks in advance!

how to redirect back to original browser to metamask app?

when sign in my project web site, redirect to metamask app for connect wallet and open web site in metamask's in-app browser.
I want to redirect back to my own browser like safari or chrome browser.
how do I resolve this issue?

Azure AD B2C Signup/Signin Page Implementations using Expo Auth Session

Signup/Signin functionality using Azure AD B2C user flows. We rendering the Signup/Signin page using "Expo Auth Session" Library. We build the app through expo,
After that publishing google play store. When download my app click to login button do not redirecting signin page. When development time running the app using expo go app its signup and signin works fine.
Please give me the solution of published app not working azure ad b2c userflows using expo auth session library

Firebase Authentication problen when i use mobile browser to login using Facebook login

I've created a Facebook firebase login using firebase hooks. It's working on PC/Laptop chrome and other browsers. But when I try to use any mobile browser, like chrome, operamini, uc browser, the facebook authentication page automatically closed and rejects login. How do I fix these issues?
Maximum browser has an options that is "Pop-ups and redirects" if we block this options sometimes Facebook authentication Won't work properly

Ionic login with facebook with application, not with safari or web browser from mobile app

I have an app login with facebook feature and it uses 'phonegap-facebook-plugin',
but everytime even the phone has facebook it opens browser to authenticate user to my mobile app. How can I solve this?
I use this syntax;
facebookConnectPlugin.login(['email', 'public_profile'], fbLoginSuccess, fbLoginError);
Any offers will welcome, thanks for helping.

Resources