Signing out If you’d like to sign the user out of their current authentication state, call the signOut method : import auth from ‘@react-native-firebase/auth’; auth() .
Read moreHow do I remove all authenticated users from Firebase?
original answer
Read moreHow do I remove a user from Firebase authentication Flutter?
To delete a user account, call delete() on the user object . For more on this, see the reference documentation for FirebaseUser. delete() . This user is first on the weekly Google Cloud leaderboard.4 Haz 2019
Read moreHow do I remove a user from Firebase?
You can also delete users from the Authentication section of the Firebase console, on the Users page . Important: To delete a user, the user must have signed in recently. See Re-authenticate a user.
Read more