This simple repo integrates HMS Cordova Push Plugin and has Capacitor custom plugin examples for Analytics & Push Kit of HMS ecosystem.
- Install dependencies
cd ionic-hms
npm install
- Build Ionic app with the following command
ionic build
- Copy web assets to your project
npx cap copy
- Build and run the Ionic App using Android Studio
npx cap open android
If you are having issues, you can follow getting started.
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.