I spend about half of my day debugging sometimes by deleting Firebase users, going through the sign-up process, validating the e-mail, etc so I can accurate recreate the conditions that led to the error.
I'm planning to write a function to do this for me automatically, but before I do I wanted to ask if there were any functions to make this easier? Maybe there's already a "reset user data" function that wouldn't require me to manually upload a blank JSON or delete the authentication info?