I am using Firestore as my backend, understand the availability of FCM, and am trying to incorporate push notifications into my app, scrummaging through documentation to see how I may trigger a push notification based on several events (i.e. direct message received, invitation received, etc).
However, it appears I need to setup a server and need server-side code to the push notifications I need.
Is it at all possible to do it on the client side with Swift? I haven't been able to find anything and hardly have any experience with server-side code/setting up a server. I might scrap push notifications altogether..
Any guidance would be appreciated.