Currently anyone with email address can deploy a code by firebase-tools i generally use firebase deploy
the challenge i have here is , i want to restrict people outside company email address to deploy code using the command firebase deploy .
Eg: company mail address : one@abc.com -> Allow outside company : one@xyz -> Denie Deployemnt
Is this possible in firebase , i have read lot of document but nothing really helps me here !
I tried to do it with rules. file in firebase , but didnt find great solution
COMPANY EMAIL ADDRESS : one@abc.com
ACTUAL : one@xyz.com -> allowed
Expected : one@xyz.com - > Dont Allow since its not company mail addresss