I'm curious about the Notification options through Firebase.

Asked 2 years ago, Updated 2 years ago, 36 views

I have currently configured Notification through Firebase However, when using the app, we want to make it possible for the user to sound, remove, or modify the alarm as desired. Is it possible? Or is it impossible to implement?

swift ios xcode

2022-09-22 13:49

1 Answers

It's possible. https://firebase.google.com/docs/cloud-messaging/http-server-ref

To get notifications according to the settings you want You must have user settings data on the server and send it accordingly.


2022-09-22 13:49

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.