Passwordless authentication Firebase 🔥 | Simple Web login

Поделиться
HTML-код
  • Опубликовано: 25 янв 2025

Комментарии • 5

  • @jayachandrank2875
    @jayachandrank2875 4 месяца назад +1

    Can u make video of manim python on termux ??

  • @phaysaal
    @phaysaal 5 месяцев назад +1

    Thanks for the video. It is helpful. Can you share how after the activation user information can be shared among different pages?

    • @VectorM
      @VectorM  5 месяцев назад +1

      Yeah when you login , a user object is created. you can see it in your browser's console by using the on auth state changed function.
      just copy and paste this function into your profile.js or dashboard.js then write the code , console.log(user) within it.
      here is the function you need [ firebase.google.com/docs/auth/web/start ]

    • @phaysaal
      @phaysaal 5 месяцев назад +1

      @@VectorM Thanks so much for the solution.