-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
createUserWithEmailAndPassword returns object with user property #138
base: master
Are you sure you want to change the base?
Conversation
…aChanges is true.
…l the onSnapshot callbacks no mater where the flush is called from.
According to Google, this FirebaseAuth method should return a UserCredential instead of just a User. https://firebase.google.com/docs/reference/node/firebase.auth.Auth#createUserWithEmailAndPassword
When a new user is created in firebase, they are automatically signed in. Source: https://firebase.google.com/docs/auth/web/password-auth
This reverts commit 64d0b8a.
When a new user is created in firebase, they are automatically signed in. Source: https://firebase.google.com/docs/auth/web/password-auth
* issue-81-onsnapshot: Move onSnapshot handers to the queue so that a call to flush will call the onSnapshot callbacks no mater where the flush is called from. onSnapshot should call callback if no data changed and includeMetadataChanges is true. Add onSnapshot functionality to doc, collection and query
* issue-81-onsnapshot: onSnapshot should call immediatly and then after data changes.
Boyko/fieldvalue array
Bc/order by onsnapshot merge
Any news on getting this merged? This is blocking my upgrading the |
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 |
Merge master into _updateTime
Support specifying _updateTime and _createTime when mocking firestore doc
Hi all, It has transpired that @soumak77 passed away last October. We are in the process of transferring ownership of the |
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