General

Basics

Very simple Webview App that allows us to send push Notifications to users

→ Notifications based on firebase by google

→ Frontend needs javascript ↔ java interface, that submits DeviceID to backend, so that Push notifications can be send to one specific device. See Binding of javascript to app functions

Changes needed

Backend

Frontend

check if user is in App (done by "angular.idDefined(Android)") - if so, call Android.getDeviceID() and send it to Backend.