我使用django webapp进行登录。
import pyrebase
firebase = pyrebase.initialize_app(config)
authe = firebase.auth()
user = authe.sign_in_with_email_and_password(email,password)
如何以类似方式退出。
翻翻过去那场雪
相关分类