I have had success using the authWithOAuthPopup in my html5 application but when I recently created a phoneGap build, it fails on Android.
I have done the obvious th
I solved it by adding this line:
<script src="phonegap.js"></script>
Adding the below link
<script src="phonegap.js"></script>
Does not work for
firebase.auth().signInWithPopup(provider).then(function(result) {
even after adding
<access origin="*.firebaseio.*" />
<access origin="https://auth.firebase.com" />