thisbejim / Pyrebase

A simple python wrapper for the Firebase API.
2.06k stars 527 forks source link

No way to delete a user account #201

Open fission1110 opened 7 years ago

fission1110 commented 7 years ago

Currently there is no call to delete a user account.

The Auth class should contain an method that calls the delete user API. The REST endpoint would be https://www.googleapis.com/identitytoolkit/v3/relyingparty/deleteAccount?key=[API_KEY]

https://firebase.google.com/docs/reference/rest/auth/#section-delete-account

fission1110 commented 7 years ago

Added pull request #203 which covers this.