Hi all,
Apologies if this has been asked before, but I haven't found a clear answer.
I only want Firebase to authenticate if the user already exists in the authentication table.
Use case is this: I want to be able to manage my users from the firebase command line, and prevent anyone that I don't add from logging in. I also want to use Google OAuth.
I know I can disable a user once they've logged in and prevent Google OAuth from logging in, so it seems like I should be able to make this the default. Having to make a callback to check a database table, or rolling a custom auth seems way overkill, (and makes unwanted requests).
Thanks!