Are there any way on how to add or CRUD multiple users in firebase(authentication) without the firebase admin sdk?
I do have this add user function in my web, however after of some research and google-ing, I found at that it needs to have a firebase admin sdk. Is firebase admin sdk is really necessary for doing this functions and are there any payment/billing when using it? Thanks
Any suggestions are appreciated