I want admins to be able to signup new users. Issue is, whenever I create a new user, it logs out the admin and logs in the newly created user. Is there a way to disable the auto-login of the new user on signup?
Looking into using a cloud function to do that instead of directly from the client, but wondering if there's a way to avoid that, as I don't really need cloud functions for anything else.