thisbejim / Pyrebase

A simple python wrapper for the Firebase API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to log out, firebase auth.signOut is not working.

itfat opened this issue · comments

commented

Is there any method for signing out like creating and signing in.
auth.create_user_with_email_and_password(email, password)
and
auth.sign_in_with_email_and_password(email, password)