Rank 2: Process
I made a cloud function that's get a user id and deletes that user
in a case when the registration did not go well.
Is it safe to run that cloud function from the client, even without user login first?
What is the best practice regarding security?
member confirmation