I am using this pluginhttps: //github.com/CrossGeeks/FirebasePushNotificationPlugin
in debugging mode the notifications work fine, but in release mode they do not arrive and when executing the application the first time this exception is thrown:
"Java.Lang.RuntimeException: 'Unable to instantiate receiver com.google.firebase.iid.FirebaseInstanceIdReceiver: java.lang.InstantiationException: java.lang.Class<com.google.firebase.iid.FirebaseInstanceIdReceiver> cannot be instantiated'"
I have activated d8 and r8, can it be that r8 removes it from firebase? how can i make it work with r8?