How to connect Latest Firebase with flutter | Install and Run FlutterFire CLI

Let’s setup Lastest Firebase​​ CLI for our Flutter app on Android, iOS, or Flutter Web to use Firebase services such as Firestore Database, Firebase Auth, and more Using the FlutterFire CLI, we can set up Firebase in our Flutter projects for iOS, Android, Web, and macOS. Download Firebase CLI Here: Download Node Js: Read Step by Step Article: Installation Install the Firebase CLI via npm by running the following command: npm install -g firebase-tools Next, install the FlutterFire CLI by running the following command: dart pub global activate flutterfire_cli In case Of npm network Error: npm ERR! network npm config set registry #Flutter #Connect #Firebase Topics: (00:00:00) Intro (00:00:16) Flutter Firebase Setup (00:00:53) Adding Firebase to your Flutter app with Flutter Icon (00:00:57) Flutte
Back to Top