Firebase authWithOAuthPopup returns TRANSPORT_UNAVAILABLE when using PhoneGap Cloud Build

后端 未结 2 937
既然无缘
既然无缘 2021-01-14 21:03

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

2条回答
  •  梦毁少年i
    2021-01-14 22:09

    Adding the below link

    
    

    Does not work for

    firebase.auth().signInWithPopup(provider).then(function(result) {
    

    even after adding

    
    
    

提交回复
热议问题