I have been trying to set up a page using Angular, where an admin with requisite permissions can add users using Firebase 'username' and 'password' authentication.
I have been lurking around stackoverflow for answers. I have found : Firebase create user "manually" and this: Firebase kicks out current user
Going by the answers, I think they have achieved this by not using the Admin SDK and by bypassing the re-authentication that happens after a user is registered.
Problem is, I am a newbie and I am working in Angular. I was told to add the API keys and everything in the environment.ts and then add the Initialize method to the app.module.ts. How do I go about this special use case? The procedure I follow could be wrong altogether. I am trying to wrap my head around this. Any help or a link to any resource online would be greatly appreciated. Thanks.