signInWithRedirect is available in React Native app
I am still new to React Native and I would like to let users use a google account on my React Native app. My question is if signInWithRedirect function is available in native apps. I first wrote signInWithPopup, but I…