PullDating / FlutterApplication

The frontend flutter application, contains code for IOS, Android and web
GNU Affero General Public License v3.0
3 stars 1 forks source link

Notifications #15

Open WilliamDormer opened 2 years ago

WilliamDormer commented 2 years ago

Notifications should only be things such as likes/matches, and not promotional. People should never open their phone, see a notification from our app and then have a negative reaction to it. Whether we use something like APNS / FCM is up for debate, but we need the ability to send push notifications to the user's device.

Allows us to bring people into the platform to interact with matches, and promotes synchronous conversations.

WilliamDormer commented 2 years ago

the trigger for this for chats will probably be when someone sends a message to a room that only has one person in it.