/IonicBeeper

Simple Beeper made with ionic 3

Primary LanguageTypeScript

IonicBeeper

Do you remember Beepers?

alt text

Simple Beeper made with ionic 3 for android devices:

  • Using OneSignal API to send push notifications
  • Using Google+ Authentication with firebase

Install for testing

  • Change line 58 of package.json
    "REVERSED_CLIENT_ID": your_google_firebase_authentication_client_id
  • Change line 22 of src/providers/rest/rest.ts
    Basic your_oneSignal_rest_api_key
  • Change line 31 of src/pages/beeper/beeper.ts
    app_id: your_oneSignal_application_id
  • Run on a command line:
    ionic state reset
    npm install