In my app, I\'m already using the Firebase authentication with Google accounts, but I\'d also like to authorize some users who have no Google account. So I\'d like to manually a
Firebase Auth doesn't provide official tooling to limit email siginup to specific emails, or allow login but disable signup.
The next best things you could do is
Below is a sample code which limit signup to specific emails https://code.luasoftware.com/tutorials/firebase/setup-firebase-authentication-with-vuejs/