Firebase push notifications on iOS - subscribe to topic (tags)? #1408
Replies: 1 comment
-
Sorry - I found what I was looking for in SHiny.Push.FirebaseMessaging. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, my app uses Firebase messaging and subscribes to Firebase topics. When moving [from Xamarin] to MAUI I decided to use Shiny to replace the old CrossFirebase plugin I was using. As I understand Shiny's notation for Firebase topics is 'tags'. On iOS the Tags property on the push manager is always null (not supported). I had a look through he source code and it didn't look like there was a 'provider' on iOS that supported tags, the Firebase provider for android does appear to support tags. Am I just missing something, or is it not yet possible to subscribe to topics (tags) on iOS using Shiny.Push?
Many thanks
Beta Was this translation helpful? Give feedback.
All reactions