In this project, you will be setting up generic Flutter app which uses cloud storage. You will learn more about GitHub, and practice testing your code in Flutter.
Flutter has published many tutorials on adding functionality and styling to your apps called CodeLabs. In this project, you will first follow the codelab for Firebase.
To get started, make a new repository on GitHub called firebase_demo. Clone this repository to your local computer, and create the basic flutter app that started Project 1. This will give you a personal space to record your progress.
firebase_demo
Copy the following files from the step_02 directory into your firebase_demo project.
step_02
From the terminal, run flutter pub get to make sure the packages are installed. Run the project on your emulator or device to ensure everything is working.
flutter pub get
After completing each step of the tutorial, make a commit and push to GitHub.
You now have a basic guestbook app running with cloud storage! Pick one of the following extensions to solidify your knowledge about firebase.
To Partially Complete this lab, you must
To Complete this lab, you must do the above and