Adds support to `Firebase Distribution`
ggirotto opened this issue · 0 comments
ggirotto commented
[Firebase Distribution[(https://firebase.google.com/docs/app-distribution) allows a fast and reliable way to deploy internal versions of Memo to the development team. This allows a deploy from a feature that's still under development so it may be evaluated by the rest of the team (Designers as an example).
Although App Store Connect
and Google Play
offer support to internal testing as well, they've some bad limitations that we don't want to handle with, such as updating the build number
of the project when deploying a new internal version. Firebase Distribution doesn't require that, which makes it a good solution for internal deploy.