Build the Customer App for Android
- Open the terminal in the Android studio. Run the command -
flutter clean
.
- Run the command -
flutter pub get
.
- Make sure you have added
google-services.json
file to the project as described in the previous step. You can find thegoogle-services.json
file on Firebase console.
Now the code is ready to run. Let’s hit the run button in the Android studio and our Admin app should run on the connected Android device or emulator.