In firebase I can create users in a registry
AngularFireAuth.createUserWithEmailAndPassword(email,password)
But when using this method, the current user changes and adds it to the session automatically, but what I want is to create many users at the same time without losing the one I already started, how can it be done?