Flutter and Firebase from Scratch | Setup FlutterFire CLI

preview_player
Показать описание
Hey folks, so as I was working on the Clean Architecture series for the channel, I was using Firestore as the database for the project, because of that I'm starting a new series along side the clean architecture videos. This will focus on just Firebase with flutter so that It will be easy to understand the database concepts.

STEPS IN SETTING UP FIREBASE CLI

2. Open any terminal and run npm install -g firebase-tools
3. After successfull installation, login to your firebase account using the firebase login command.
4. You can choose Y or N for the analytics question, it doesn't really matter
5. After successful login, run dart pub global activate flutterfire_cli, this will install the flutter cli onto your PC
6. You can now use the flutterfire configure command to connect your flutter project to an existing firebase project or create a new project from the terminal like I did in the video, I will suggest you create the project and then connect it using flutterfire configure

In the upcoming videos, we will look at how to setup a new project, Firebase concepts like collections, documents, IDs and everything you have to know as a beginner

Hi the LIKE button and SUBSCRIBE, also share your thoughts in the comment section

#beginners #flutter #firebase
Рекомендации по теме
Комментарии
Автор

Actually looking for this, thanks mate

douglasalice