Firebase authWithPassword logout

Using Firebase's email / password login for my app and can't seem to find out how to logout an authenticated user after authWithPassword

Firebase's docs don't appear to have any explicit info on this

Anyone know how? I imagine I'm missing something silly


我想你正在寻找ref.unauth()方法(假设你正在使用JavaScript SDK)

链接地址: http://www.djcxy.com/p/74046.html

上一篇: Firebase电子邮件和密码验证

下一篇: Firebase authWithPassword注销