Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 869 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 869 Bytes

app-communication-tldr-notifier

A Flutter project which creates a simple Android app that:

  • Displays the current value stored at key currentState in a Firebase Database (that is currentState) in a simple widget
  • Sends the user an app notification (FireBase messages) when the value of currentState has changed
    • Is subscribed to a topic TLDR and will display all notifications sent to it
  • Makes use of FireBase Auth and enables Anonymous Authentication to the DB

Why?

Acts as a receiver application to the sender application app-communication-tldr. More info can be found in that repo.

Screenshots

Notification

Solutions Please

Let Me Rant