FirebasePushNotificationPlugin
FirebasePushNotificationPlugin copied to clipboard
Purpose of "autoRegistration"?
Hello,
what is the purpose of the autoRegistration property of FirebasePushNotificationManager.Initialize?
I thought that if i set this to false, i won't get notifications until i do CrossFirebasePushNotification.Current.RegisterForPushNotifications(), but that doesn't seem to be the case, no matter if i set autoRegistration to true or false, i always receive the notifications.
Or do i misunderstand the property?
Regards, Dirk
Is this on android or iOS?
Both Android and iOS.
This could be linked to issue #173 which I've just raised.
Linked to #303 and #307 ?