标签: angular firebase firebase-authentication
嗨,我的问题是因为我无法使用Google在Firebase中关闭会话
logout() { this.firebase .auth .signOut(); }
我使用google登录,但是当我注销并再次登录时,上一个会话已打开,这是在做错什么吗?