Closed Thomr77 closed 1 year ago
Hey @Thomr77, the plugin is using the newer FirebaseMessagingService already and the other code you are referring to in the AndroidManifest.xml
are other receiver definitions and should still be necessary as fas as I know.
Hey @TobiasBuchholz - Okay excellent. Thank you for clearing this up! Vielen Dank!
Hi,
I have just been working through the Cloud Messaging documentation and noticed that there are receiver definitions for the AndroidManifest (which you also find in the (old) Xamarin documentation):
Isn't the FirebaseInstanceIdService depreciated and replaced with the FirebaseMessagingService - so these receiver definitions are no longer necessary?
Google's FirebaseInstanceIdService Reference (where this is mentioned)
Xamarin FCM Reference
Please let me know - thanks!