I am running into this error, when I try to register users on my local server:
firebase-admin appears to have been installed in an unsupported environment. This package should only be used in server-side or backend Node.js environments, and should not be used in web browsers or other client-side environments.
I installed Firebase Admin in order to send emails through the Trigger Email Firebase extension, but in doing this, I lost functionality for authenticating users and logging-in as a user on my local server. I am not a very good coder, but I would appreciate all the help!