We are using Firebase Auth and provide Google and Facebook login on our site.
We are a publisher and most of our stories are published as Instant Articles. However, some articles are locked and requires subscribers to login to read the full content.
This works in a normal browser, but when opening a non-IA link in FB In App Browser, the login popup appears but remains blank, and does not close.
Users are not signed in and can't login.
We are using:
firebase.auth().signInWithPopup(provider)
I was wondering if there are any ways besides the signInWithPopup that can help us achieve this?
Thx.
As @bojeil mentioned,
use firebase.auth().signInWithRedirect(provider) instead.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With