Skip to content
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

feat: add useSignInWithEmailAndPasswordMutation hook #120

Open
wants to merge 2 commits into
base: next
Choose a base branch
from

Conversation

HassanBahati
Copy link
Collaborator

This PR adds useSignInWithEmailAndPasswordMutation hook.
image

Copy link

docs-page bot commented Nov 3, 2024

To view this pull requests documentation preview, visit the following URL:

docs.page/invertase/react-query-firebase~120

Documentation is deployed and generated using docs.page.


expect(result.current.error).toBeDefined();
expect(result.current.isSuccess).toBe(false);
// TODO: Assert Firebase error for auth/user-not-found
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the assertion for expectFirebaseError that covers scope beyond expectFirestoreError was implemented via #114 so was thinking so was thinking will rebase with #114 once its merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant