Skip to content

An Ionic Capacitor sample project with HMS integration

Notifications You must be signed in to change notification settings

onurkenis/ionic-hms

Repository files navigation

Ionic - HMS Sample

This simple repo integrates HMS Cordova Push Plugin and has Capacitor custom plugin examples for Analytics & Push Kit of HMS ecosystem.

Running the application

  1. Install dependencies
cd ionic-hms
npm install
  1. Build Ionic app with the following command
ionic build
  1. Copy web assets to your project
npx cap copy
  1. Build and run the Ionic App using Android Studio
npx cap open android

If you are having issues, you can follow getting started.

Contributing

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.