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

Published: 30 November 2022
on channel: eclectify University - Flutter
1,212
5

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:    • Flutter Tutorial - Do THIS before usi...  

Code: https://github.com/eclectifyTutorials...

Firebase setup guide: https://firebase.flutter.dev/docs/aut...

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 "name@mail.com"
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:   / eclectifyappdev  
LinkedIn:   / ecle.  .

LIKE AND SUBSCRIBE 💪🏽

Comment below what you would like to see next 👇


On this page of the site you can watch the video online Flutter Tutorial - Firebase Authentication (firebase_auth), Google Sign-in with a duration of hours minute second in good quality, which was uploaded by the user eclectify University - Flutter 30 November 2022, share the link with friends and acquaintances, this video has already been watched 1,212 times on youtube and it was liked by 5 viewers. Enjoy your viewing!