CICD for Apps
Need to have CICD for Apps where we can send the Apps to testers directly from IDE.
Once the User Commits the Code to repo, We should be able generate the build and share the builds via diawi/test flight/ Firebase App Sharing. If possible send the builds itself via Telegram or Whatsapp.
Thanks,
Nizam
-
Kirupa Chinnathambi commented
Hi Nizam - thanks for sharing this! This is a great idea that we would like to investigate further. We'll keep you posted on what we find out.
You likely are already doing this, but one thing you can do is setup CI/CD via various 3rd party providers such as Github or CircleCI which provide the ability to integrate with various testing solutions (including Firebase App Distribution). The way to typically trigger those is via a git push or deploy.