i'm using firebase 3.0.5
I want members to have the ability to register other members through their account. Is there a way to prevent firebase from auto-signing new registrants in using createUserWithEmailAndPassword?
https://firebase.google.com/docs/auth/web/password-auth#create_a_password-based_account
I'm sure I can find another way to do this, but not auto-signing them in would make things much much simpler for me.
EDIT: when a new member is signed up via an existing member, a random password is created and emailed to the new member. the existing member never knows the new members password.