Добавить
Уведомления

Firebase Login Authentication using Email and Password (PART-3) | Android App Development

Sign in a user with an email address and password using firebase in android app. The steps for signing in a user with a password are similar to the steps for creating a new account. In your app's MainActivity, do the following: 1) In your sign-in activity's onCreate method, get the shared instance of the FirebaseAuth object using getInstance function. 2) When a user signs in to your app, pass the user's email address and password to signInWithEmailAndPassword using mAuth. 🔗Important Links: Firebase Docs: https://firebase.google.com/docs/auth/android/password-auth Java Playlist: https://www.youtube.com/playlist?list=PL5-M_tYf311bvnjToF0hBKEO4yCdMocYq Android Development: https://www.youtube.com/playlist?list=PL5-M_tYf311ZeWfH_o0rhlQspTNkC1b6I Github Repo: https://github.com/thinkxacademy/ThinkXEcommerce 🌐Join our community: Android App(Notes+Videos): https://play.google.com/store/apps/details?id=com.thinkx.thinkx Facebook: https://www.facebook.com/thinkxacademy Twitter: https://www.twitter.com/thinkxacademy Instagram: https://www.instagram.com/thinkxacademy #firebase #login #android

12+
14 просмотров
Год назад
12+
14 просмотров
Год назад

Sign in a user with an email address and password using firebase in android app. The steps for signing in a user with a password are similar to the steps for creating a new account. In your app's MainActivity, do the following: 1) In your sign-in activity's onCreate method, get the shared instance of the FirebaseAuth object using getInstance function. 2) When a user signs in to your app, pass the user's email address and password to signInWithEmailAndPassword using mAuth. 🔗Important Links: Firebase Docs: https://firebase.google.com/docs/auth/android/password-auth Java Playlist: https://www.youtube.com/playlist?list=PL5-M_tYf311bvnjToF0hBKEO4yCdMocYq Android Development: https://www.youtube.com/playlist?list=PL5-M_tYf311ZeWfH_o0rhlQspTNkC1b6I Github Repo: https://github.com/thinkxacademy/ThinkXEcommerce 🌐Join our community: Android App(Notes+Videos): https://play.google.com/store/apps/details?id=com.thinkx.thinkx Facebook: https://www.facebook.com/thinkxacademy Twitter: https://www.twitter.com/thinkxacademy Instagram: https://www.instagram.com/thinkxacademy #firebase #login #android

, чтобы оставлять комментарии