adventures-in / chat_app

A group effort to build a chat app and learn as we go.
18 stars 0 forks source link

Send notifications on new messages #65

Open nickmeinhold opened 4 years ago

nickmeinhold commented 4 years ago

We are using the firebase_messaging package.

Resources:

nickmeinhold commented 4 years ago

I have an architecture question in the context of receiving notifications - how do we want to make the data in a notification accessible to widgets?

Some initial thoughts I had:

What do you guys think? @Jei @tourdownunder