We have customized the Discourse mobile app to function primarily as a webview that loads the URL of our community, with all interactions managed within the webview. Since there are no redirected authentication screens in our implementation, how can we integrate push notifications into this app?
We have already created a Firebase project and added the google-services.json
file for Android, and similarly, APNs has been set up for iOS. Do we need our own backend server to trigger notifications? How would this backend communicate with our forum—for instance, how would it determine when to send a notification and which user should receive it?
3 posts - 3 participants