I was wondering if I can restrict sign in using firebase authentication for web to users with a certain email address, for example, I want only my colleges in the company to sign in (we all have gmail accounts with a custom domain).
If such a feature is not possible I was thinking about validating the email address with javascript to make sure that it belongs to the same domain. but still, it will be nicer and more secure if there is a built-in feature to achieve it.