I'm creating an iPhone app where an admin user can create new users, but as the Firebase documentation states "If the new account was created, the user is signed in automatically", so I'm looking for a way to avoid signing in to that newly created user.
Is there any way I can avoid this without using the new Firebase Admin SDK (that is web only AFAIK)?