ios swift development
Firebase tutorial-6.Login and register users with Firebase
Hide/Show description
This tutorial video guides you how to login Firebase with email and password. There are main steps:
1. Create a new swift Xcode project with UITextField for email, password. There are 2 UIButtons for login and register functions
2. Autolayout UI of swift application
3. Add FirebaseAuth library to your Podfile and install through Cocoapods
4. Open Google Firebase Console, Authentication tab, sign-in method, then enable Email/Password.
5. Call createUser method of FIRAuth to sign in with email and password. If user exists, only sign in.
6. Open Google Firebase Console, Authentication tab, get user information to prepare navigation to another UIViewController.
SUBSCRIBE TO CHANNEL:
https://www.youtube.com/c/NguyenDucHoang
Twitter: https://twitter.com/NguyenD97601913
Facebook: https://www.facebook.com/nguyen.duc.hoang.bk













