Back to Browse

Flutter Tutorial - Firebase Authentication (firebase_auth), Google Sign-in #Flutter #AppDevelopment

1.5K views
Nov 30, 2022
13:05

This video shows you how to use the Flutter package firebase_auth (https://pub.dev/packages/firebase_auth) to use Firebase authentication in your Flutter app. Before watching this tutorial make sure to have followed the steps of installing firebase_core in your Flutter app: https://www.youtube.com/watch?v=yruy5iS25Jw Code: https://github.com/eclectifyTutorials/YT_Tutorial_Pkg_Youtube_Firebase_Auth Firebase setup guide: https://firebase.flutter.dev/docs/auth/overview Firebase console: https://console.firebase.google.com/ The code (regex - Regular Expression) for checking whether an email is valid: /// checks whether email looks something like "[email protected]" bool emailConforms(String email) { return RegExp(r"^[a-zA-Z0-9.a-zA-Z0-9.!#$%&'*+-/=?^_`{|}~]+@[a-zA-Z0-9]+\.[a-zA-Z]+").hasMatch(email.trim()); } Become a Flutter Elite Developer by 🛠📱 JOINING eclectify University 📱🛠 https://bit.ly/Join-eU Follow: Twitter: https://www.twitter.com/eclectifyappdev LinkedIn: https://www.linkedin.com/company/ecle... LIKE AND SUBSCRIBE 💪🏽 Comment below what you would like to see next 👇

Download

0 formats

No download links available.

Flutter Tutorial - Firebase Authentication (firebase_auth), Google Sign-in #Flutter #AppDevelopment | NatokHD