Hi, I followed this tutorial: React Native Web3Auth. I did manage to login with and retrieve a private key etc. Now I would to integrate web3auth with Firebase. However this specific tutorial isn't for React Native but for Firebase for the web. In React Native signInWithPopup(auth, googleProvider)
does not work. Do you guys have a working example of such integration?
Extra info
In the firebase docs it says that on mobile devices instead of signInWithPopup siginInWithRedirect is preferred.
Originally posted by: Tguntenaar
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/547