How do you block users on Firebase?
问题 I'm using Firebase for my app and was wondering how to block certain users. I see on the Auth tab of the console, there are "delete" and "disable" options. What do those do? I haven't been able to find documentation on that. Will one of those allow me to block a user? What I mean by blocking a user is for the ".read": "auth != null" rule to prevent him from accessing data on the database 回答1: The disable feature consist in preventing that user to authenticate. So if he tries to authenticate