This simple repo implements Analytics Kit of HMS ecosystem and Firebase at once and has flavors behind.
npm install
If you are having issues, you can follow getting started.
HMS:
cd reactnative-hms-gms
npm run android-hms
Firebase:
cd reactnative-hms-gms
npm run android-gms
Commit messages must comply with conventional commits. Otherwise commitlint will complain. :)
Thanks to commitizen, npm run commit
command can be used to create commit messages complying with conventional commits.