Jack
Jack

Reputation: 101

How can I remove authenticated users from Firebase?

I've working on a Firebase application and created a number of dummy yet authenticated users and data. I like to wipe the hole thing clean and start over. I can do this with the data but not the authenticated users.

In forge it says that if I delete my firebase I won't be able to create a new one with the same name. Though not the end of the world I find this mildly irritating.

Is what I want to do possible?

Upvotes: 4

Views: 1795

Answers (2)

keithics
keithics

Reputation: 8758

UPDATED as of Feb 12 2015. its in the https://<your-firebase.firebaseio.com?page=Auth

at the bottom, you will see the Registered Users. enter image description here

Upvotes: 0

Rob DiMarco
Rob DiMarco

Reputation: 13266

If you're using Firebase Simple Login email / password authentication, you can log into Forge (at https://<your-firebase.firebaseio.com) and manually remove the users under the 'Auth' panel.

For all other authentication types in Firebase Simple Login (such as Facebook, Twitter, GitHub, Persona, etc.), no user data is persisted, and thus there is nothing to delete.

Upvotes: 1

Related Questions