Technical requirements
You will find the code for this chapter at https://github.com/PacktPublishing/Implementing-CI-CD-Using-Azure-Pipelines/tree/main/ch11.
To complete the tasks described in this chapter, you will need to do the following:
- Create a Firebase account and create a Firebase project by following the instructions in the official Firebase guides: https://firebase.google.com/docs/guides
- Set up Flutter by following the instructions provided in the official Flutter guides: https://docs.flutter.dev/get-started/install
- Download the Flutter code example from the GitHub repository for this book: https://github.com/PacktPublishing/Implementing-CI-CD-Using-Azure-Pipelines
- Create and set up your app with the Google Play Console by following the instructions in the official Google guides: https://support.google.com/googleplay/android-developer/answer/9859152?hl=en
- Create and set up your app in Apple Developer by following the instructions in the official...