├── .github └── FUNDING.yml ├── DOWNLOAD_SOURCE_CODE.md ├── README.md └── preview.gif /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: [JohannesMilke] -------------------------------------------------------------------------------- /DOWNLOAD_SOURCE_CODE.md: -------------------------------------------------------------------------------- 1 | ### 💖 Download Source Code [(FAQ)](https://github.com/JohannesMilke/sponsorware "FAQ") 2 | 3 | You need to click [REQUEST](https://johannesmilke.com/#/request "REQUEST") first, before you will get access to [THIS Source Code](https://github.com/JohannesMilke-Sponsors/firebase_auth_email "THIS Source Code") and of all my other Flutter Videos. 4 | 5 | [JohannesMilke | REQUEST](https://johannesmilke.com/#/request "REQUEST") [JohannesMilke | ACCESS](https://github.com/JohannesMilke-Sponsors/firebase_auth_email "ACCESS") 6 | 7 | Get Access To Source Code -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ### 💖 Access Source Code [(FAQ)](https://github.com/JohannesMilke/sponsorware "FAQ") 2 | 3 | You need to click [REQUEST](https://johannesmilke.com/#/request "REQUEST") first, before you will get access to [THIS Source Code](https://github.com/JohannesMilke-Sponsors/firebase_auth_email "THIS Source Code") and of all my other Flutter Videos. 4 | 5 | [JohannesMilke | REQUEST](https://johannesmilke.com/#/request "REQUEST") [JohannesMilke | ACCESS](https://github.com/JohannesMilke-Sponsors/firebase_auth_email "ACCESS") 6 | 7 | # Flutter Tutorial - Firebase Authentication - Sign In & Logout [2022] 1/3 Email And Password 8 | [![Youtube](https://img.shields.io/static/v1?label=JohannesMilke&message=Subscribe&logo=YouTube&color=FF0000&style=for-the-badge)][youtube] 9 | [![Twitter Follow](https://img.shields.io/twitter/follow/JohannesMilke?color=1DA1F2&label=Followers&logo=twitter&style=for-the-badge)][twitter] 10 | [![Newsletter](https://img.shields.io/static/v1?label=Follow&message=My%20Flutter%20Newsletter&color=5FB709&style=for-the-badge)][newsletter] 11 | 12 | [JohannesMilke | Sponsor][sponsor] 13 | 14 | [![GitHub stars](https://img.shields.io/github/stars/JohannesMilke/firebase_auth_email.svg?style=social&label=Star)](https://github.com/JohannesMilke/firebase_auth_email) 15 | [![GitHub JohannesMilke](https://img.shields.io/github/followers/JohannesMilke?label=follow&style=social)](https://github.com/JohannesMilke) 16 | 17 | Use Firebase Authentication to sign in a user via email and password to your Flutter app using Firebase Auth. 18 | 19 | ### ✌ Preview 20 | 21 | | App Preview | Course Preview | 22 | | :----------------------------------: | :----------------------------------: | 23 | | | | 24 | 25 | ➜ [Buy My Courses](https://johannesmilke.teachable.com/p/home "Buy My Courses") 26 | 27 | ### 📺 Watch Video 28 | 29 | ##### [YouTube video](https://www.youtube.com/watch?v=zpbyJ7GVMVU "Youtube Johannes Milke") where the *source code* is explained. [Subscribe YouTube channel.](https://www.youtube.com/JohannesMilke?sub_confirmation=1 "YouTube Subscribe Johannes Milke") 30 | Flutter Tutorial - Firebase Authentication - Sign In & Logout [2022] 1/3 Email And Password YouTube video 33 | 34 | ➜ [Watch My Video](https://www.youtube.com/watch?v=zpbyJ7GVMVU "Watch My Video") 35 | 36 | ### ⚡ Social Media 37 | 38 | [JohannesMilke | YouTube](https://www.youtube.com/JohannesMilke?sub_confirmation=1) YouTube: [@JohannesMilke](https://www.youtube.com/JohannesMilke?sub_confirmation=1 "YouTube Johannes Milke") 39 | 40 | [JohannesMilke | Twitter](https://twitter.com/intent/follow?original_referer=https%3A%2F%2Fgithub.com%2FJohannesMilke&screen_name=JohannesMilke) Twitter: [@JohannesMilke](https://twitter.com/intent/follow?original_referer=https%3A%2F%2Fgithub.com%2FJohannesMilke&screen_name=JohannesMilke "Twitter Johannes Milke") 41 | 42 | [JohannesMilke | Instagram](https://instagram.com/JohannesMilke) Instagram: [@JohannesMilke](https://instagram.com/JohannesMilke "Instagram Johannes Milke") 43 | 44 | [JohannesMilke | Facebook](https://www.facebook.com/real.JohannesMilke) Facebook: [@JohannesMilke](https://www.facebook.com/real.JohannesMilke "Facebook Johannes Milke") 45 | 46 | [JohannesMilke | LinkedIn](https://linkedin.com/in/JohannesMilke) LinkedIn: [@JohannesMilke](https://linkedin.com/in/JohannesMilke "LinkedIn Johannes Milke") 47 | 48 | [JohannesMilke | GitHub](https://github.com/JohannesMilke) GitHub: [@JohannesMilke](https://github.com/JohannesMilke "GitHub Johannes Milke") 49 | 50 | [JohannesMilke | Medium](https://medium.com/@JohannesMilke) Medium: [@JohannesMilke](https://medium.com/@JohannesMilke "Medium Johannes Milke") 51 | 52 | [JohannesMilke | Website](https://johannesmilke.com) Website: [@JohannesMilke](https://johannesmilke.com "Website Johannes Milke") 53 | 54 | [twitter]: https://twitter.com/intent/follow?original_referer=https%3A%2F%2Fgithub.com%2FJohannesMilke&screen_name=JohannesMilke 55 | [youtube]: https://www.youtube.com/JohannesMilke?sub_confirmation=1 56 | [courses]: https://johannesmilke.teachable.com/p/home 57 | [newsletter]: https://johannesmilke.com/#/newsletter 58 | [sponsor]: https://github.com/sponsors/JohannesMilke 59 | -------------------------------------------------------------------------------- /preview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohannesMilke/firebase_auth_email/a88390e882d9d223aae79ce68ea19c721a4b3116/preview.gif --------------------------------------------------------------------------------