Learn how to incorporate Firebase into a Flutter apps. I use Firebase Cloud Firestore as well as the Firebase authentication package to equip this app with a cloud-based NoSQL database and secure authentication methods.
- Have Flutter installed (for installation guidance go check this link)
- Have an Android / iOS emulator installed (or you can simply plug your own device to your computer)
- Open your terminal
- Change the working directory into the current project directory
- Execute
flutter build apkin your terminal
- Open your terminal
- Change the working directory into the current project directory
- Execute
flutter runin your terminal
No test has been written yet for this app
