Felix-Kariuki / Mingle

A dating app build with jetpack compose
Apache License 2.0
16 stars 6 forks source link

Push Notifications #35

Open Felix-Kariuki opened 1 year ago

Felix-Kariuki commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, there are no push notifications once you match with someone or once you receive a message

Describe the solution you'd like the solution is to integrate push notifications on match and on receive messages Matches notifications don't have to be server driven they can be locally generated and saved locally if need be

messaging notifications considerations(on signal, firebase cfm)

MichaelGift commented 1 year ago

I'm working on this one.

Felix-Kariuki commented 1 year ago

Great to see you helping out really appreciated

MichaelGift commented 1 year ago

Doesn't this conflict with #28 , was thinking of using firebase for FCM, since onesignal also requires FCM. Atleast last I checked it out.