Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Basics

Very simple Webview App with java ↔ javascript 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

  • needs exta field in user-table for DeviceID (question: multiple ones?)
  • Connect to google Firebase Server for sending Notifications

...