Beginning FlutterFire

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

Part 1: Create a FlutterFire App

02. Create a Firebase Project

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: 01. What's FlutterFire (& why Should You Care)? Next episode: 03. Create a FlutterFire Project & Initialize Firebase

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.

Notes: 02. Create a Firebase Project

You need a Google account to create a Firebase project.

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

In Firebase, a Project is the top-level entity, the container of every Firebase feature, and this includes authentication, the Cloud Firestore Database and all the other services that you’ll be using during this course. This means that the connection between your app and Firebase happens through the project itself. You can create a new project with a command line tool that you’ll see shortly, or through the Firebase Console, that you can easily reach with your browser at the address you see on the screen. (firebase.google.com)