In this video,

  1. We will first setup a new project with Firebase.
  2. Then We will connect Firebase project with Flutter App
  3. Then We will configure the Flutter Web for Firebase
  4. At last we will test the connection using signing up a user with email and password in firebase.

Link of Console: https://console.firebase.google.com
Resources:

  1. app/build.gradel
    apply plugin: ‘com.google.gms.google-services’
  2. build.gradel
    classpath ‘com.google.gms:google-services:4.3.5’
  3. main.dart
    i) WidgetsFlutterBinding.ensureInitialized();
    ii) await Firebase.initializeApp();
  4. Firebase web for auth
    script src=“https://www.gstatic.com/firebasejs/8.3.1/firebase-auth.js

GitHub Repo Link: https://github.com/DevStack06/flutterapps/tree/master/firebase_app_web

#flutter #firebase

Flutter - Connect Firebase to Your Flutter (App & Web) || Project Configuration || Signup A User #01
4.90 GEEK