当我用cli测试应用程序时,它工作得很好,但当我在手机或android studio虚拟设备上测试应用程序时,它会打开一个新的chrome选项卡,当我选择帐户时,页面会重定向到一个空页面,在选择帐户后不会返回到应用程序图像
login.page.ts中的代码是:
login(){
this.AFauth.setPersistence(firebase.auth.Auth.Persistence.SESSION);
return this.AFauth.signInWithPopup(new firebase.auth.GoogleAuthProvider()); }
暂无答案!
目前还没有任何答案,快来回答吧!