Vishnu
Results
1
issues of
Vishnu
``` const Register = () => { const {data} = useAuthUser(["user"], auth) const ref = doc(usersDb, data.uid) const addOtherFields = useFirestoreDocumentMutation(ref) const newUser = useAuthCreateUserWithEmailAndPassword(auth, { onSuccess(){ addOtherFields.mutate({name: "jhon Smith",...
react-query-firebase