我使用django webapp进行登录。import pyrebasefirebase = pyrebase.initialize_app(config)authe = firebase.auth()user = authe.sign_in_with_email_and_password(email,password)如何以类似方式退出。
添加回答
举报
0/150
提交
取消