Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

251
Views
How can I use React Firebase from hook

You can you see my code below. How can I use React Firebase auth from React Firebase hook?

export const Login = () => {

    const [sendPasswordResetEmail, sending] = useSendPasswordResetEmail(auth);
    const Navigat = useNavigate();
    let erromessage;
    const emialInput = useRef('');
    const passwordInput = useRef('');

    let location = useLocation();
    let from = location.state?.from?.pathname || "/";

    const [
        signInWithEmailAndPassword,
        user,
        loading,
        error,
    ] = useSignInWithEmailAndPassword(auth);

    if (user) {
        Navigat(from, { replace: true });

    }
    console.log(error)
    const FromSubmit = (event) => {
        event.preventDefault();
        const email = emialInput.current.value;
        const password = passwordInput.current.value;
        console.log('email', email, 'apssword', password)
        signInWithEmailAndPassword(email, password)
        toast('log in sucess')
    }
    if (error) {

        erromessage = <div>
            <p className='text-danger'>Try Again </p>

        </div>


    }
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!