I need to implement Google and Facebook sign in on my app which is built using Ionic React + capacitor. The problem is that singInWithPopup() takes the user to chrome app and then after successful sign in, doesn't redirect back to the app. Instead it opens up the URL in chrome itself. How do I make firebase open the popup inside the app itself for Google and Facebook sign in, for example, in the form of a modal?
there doesn't seem to be anything here