react-query-firebase
react-query-firebase copied to clipboard
React Query hooks for managing asynchronous operations with Firebase. Supports Authentication, Analytics, Firestore & Realtime Database.
I wasn't able to find anything here: https://react-query-firebase.invertase.dev/auth/actions
This pr adds `useFetchSignInMethodsForEmailQuery`
This PR refactors `useDeleteDocumentMutation` so that args can be passed on mutate
Adds `useReauthenticateWithRedirectMutation`
adds `useReauthenticateWithPopupMutation`
Adds `useReauthenticateWithPhoneNumberMutation`
This pr adds `useReauthenticateWithCredentialMutation`