soumak77 / firebase-mock

Firebase mock library for writing unit tests
https://soumak77.github.io/firebase-mock
349 stars 97 forks source link

createUserWithEmailAndPassword returns object with user property #138

Open ghost opened 5 years ago

ghost commented 5 years ago

According to Google, this FirebaseAuth method should return a UserCredential instead of just a User (the User is the value of the user property of UserCredential). https://firebase.google.com/docs/reference/node/firebase.auth.Auth#createUserWithEmailAndPassword

luan commented 5 years ago

Any news on getting this merged? This is blocking my upgrading the firebase package.

ghost commented 5 years ago

Any news on getting this merged? This is blocking my upgrading the firebase package.

soumak77 hasn't been active on github since last September and I'm not sure anyone else has write access. You can use my fork for now and I could merge the other PRs

dmurvihill commented 4 years ago

Hi all,

It has transpired that @soumak77 passed away last October. We are in the process of transferring ownership of the firebase-mock npm package. Are you interested in merging your fork?