Beginning FlutterFire

Aug 30 2022 · Dart 2.16, Flutter 3.0, Visual Studio Code 1.69

Part 1: Create a FlutterFire App

03. Create a FlutterFire Project & Initialize Firebase

Episode complete

Play next episode

Next
About this episode
Leave a rating/review
See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 02. Create a Firebase Project Next episode: 04. Implement Firebase Authentication

Get immediate access to this and 4,000+ other videos and books.

Take your career further with a Kodeco Personal Plan. With unlimited access to over 40+ books and 4,000+ professional videos in a single subscription, it's simply the best investment you can make in your development career.

Learn more Already a subscriber? Sign in.

Heads up... You've reached locked video content where the transcript will be shown as obfuscated text.

Now that your Firebase project is ready, download the starter project by clicking the Download Materials button of this tutorial. Open the project in the latest version of Visual Studio Code. Make sure you run the latest version of the Flutter and Dart plugins. At this time this is just an empty project, with the name already set up and an empty Container instead of the default app that Flutter creates when you build a new project.

npm install -g firebase-tools 
dart pub global activate flutterfire_cli 
flutter pub add firebase_core 
firebase login 
flutterfire configure