The Uller Android app allows users to set an alert on sold-out products and receive a notification when they become available. A direct link then takes the user to the corresponding website of the supplier (in a webview). In this example, the current generation of video game consoles and graphics cards were taken as the products to be subscribed to. The list of products to be subscribed to can be exchanged at will and is obtained by the Android app from the Uller backend.
- See the Uller Backend repo to get the App running,handle notification subscriptions and sending them.
- See the Uller Web App repo for testing the notfication service.
In order to use the Uller app, among other things, The Google Services Gradle plugin must be configured and the Uller backend must be put into operation.
- Jetpack Compose
- Firebase Cloud Messaging
- The Google Services Gradle Plugin