I am using Firebase Authentication to authenticate Users using Email/Password Method .. Sometimes I detect Spam User that Create A lot of accounts from ip Address So I want to block them to protect project So I know there is method called Disable User Account in Firebase Console .. So I want to use it in in my project So far I searched in Stack Overflow & Docs & Reference and found That is only can be done in Admin SDK But I want to use in Firebase Web JS not Admin So is there method to do that using method user.DisableAccount or method like that.