Hi, there!
I am currently using Firebase together with Phonegap. On that scenario, I am trying to register users using facebook oauth (the new version which was released few days ago).
Hence, I must use authWithOAuthPopup, and Phonegap cannot handle redirect.
When I firstly call authWithOAuthPopup, the facebook page correctly appears, asking for the user permissions. However, when the app gets the permissions, the screen turns blank and nothing else happens. I can check that the application managed to get the permissions, and because of that, if I call authWithOAuthPopup again, a white screen appears without ever closing.
It seems that the internal browser used for that authentication is never closed, and hence it does not call the authWithOAuthPopup callback.
Has anyone else experienced this issue, knowing how to proceed?
I googled a lot and found some instances of the same issues, but on different environments (and usually without solutions..)
Thanks in advance,
Fernando.