Firebase
Firebase
firebase
سندس عكي. أ
Flutter Database Concepts
Firebase setup
1 - install firebase_core https://pub.dev/packages/firebase_core/install
import 'package:firebase_core/firebase_core.dart
2
install firebase_auth
1- visit this site => https://pub.dev/packages/firebase_auth/install
import 'package:firebase_auth/firebase_auth.dart';
3
Download node.js
https://nodejs.org/en
4
firebase.google.com
https://console.firebase.google.com/u/0/
Restart vscode
10- Copy this line and past it on command- prompet in vscode
}
},
In sign in page
1- import 'package:firebase_auth/firebase_auth.dart';
2-final _auth=FirebaseAuth.instance;
late String email;
late String password;