filmov
tv
5 34 Firebase Auth Tutorials - Registering Users with Firebase using FirebaseAuth
Показать описание
Registering Users with Firebase using FirebaseAuth
so now that we've done all the fiddly bits of incorporating firebase into our flutter app it's finally time to actually use firebase and tap into all of its potential and it's good point to mention that make sure that you've actually run and tested the app before this stage because this is when things start getting complicated and it could get really hairy if you haven't got a clean start namely everything is actually working up to this point but once you're ready let's go into our registration screen and if you've still got some of these gradle files etc open then be sure to close them down so we're ready to go ahead and actually receive some of the data that the user typed into these text fields and the first text field which says enter your email is going to obviously contain the email right and the second one is going to contain the password so let's store that value that the user typed in here when that text field gets changed edible so inside our registration screen state let's create two new variables both are going to be strings one is going to be called email and the other is going to be called password now once we've created these variables we're going to set them equal to the value that the user typed in here so the first one is going to be email and the second one is going to be the password
now we're able to save what the user has typed into here and the moment when they press on the register button we should have a value for the password and a value for the email so let's go ahead and test that out so inside this on pressed for our button let's print out the email and also the password
THANKS FOR WATCHING AND DON'T FORGET TO LIKE, COMMENT, SUBSCRIBE, AND HIT THE BELL ICON TO WATCH THE LATEST VIDEO!
#edudreams #Flutter#dart#flutterdev
-~-~~-~~~-~~-~-
Please watch: "String manipulation in Python #codingtutorial #python #programminglanguage #coding"
-~-~~-~~~-~~-~-
so now that we've done all the fiddly bits of incorporating firebase into our flutter app it's finally time to actually use firebase and tap into all of its potential and it's good point to mention that make sure that you've actually run and tested the app before this stage because this is when things start getting complicated and it could get really hairy if you haven't got a clean start namely everything is actually working up to this point but once you're ready let's go into our registration screen and if you've still got some of these gradle files etc open then be sure to close them down so we're ready to go ahead and actually receive some of the data that the user typed into these text fields and the first text field which says enter your email is going to obviously contain the email right and the second one is going to contain the password so let's store that value that the user typed in here when that text field gets changed edible so inside our registration screen state let's create two new variables both are going to be strings one is going to be called email and the other is going to be called password now once we've created these variables we're going to set them equal to the value that the user typed in here so the first one is going to be email and the second one is going to be the password
now we're able to save what the user has typed into here and the moment when they press on the register button we should have a value for the password and a value for the email so let's go ahead and test that out so inside this on pressed for our button let's print out the email and also the password
THANKS FOR WATCHING AND DON'T FORGET TO LIKE, COMMENT, SUBSCRIBE, AND HIT THE BELL ICON TO WATCH THE LATEST VIDEO!
#edudreams #Flutter#dart#flutterdev
-~-~~-~~~-~~-~-
Please watch: "String manipulation in Python #codingtutorial #python #programminglanguage #coding"
-~-~~-~~~-~~-~-