This commit is contained in:
Milan Paunovic
2024-08-23 18:16:26 +02:00
parent 5863ed7f4d
commit 64ae88a732
3 changed files with 10 additions and 8 deletions

View File

@ -1,7 +1,5 @@
import { useMutation } from "react-query";
import auth from "@react-native-firebase/auth";
import { useUpdateUserData } from "@/hooks/firebase/useUpdateUserData";
import { ProfileType } from "@/contexts/AuthContext";
export const useSignIn = () => {