Hello,
I am using firebase cloud messaging plugin on my application. the notificatios work well on both ios and android.
but i can't receive notification on android oreo. After googling, i found that "Starting in Android 8.0 (API level 26), all notifications must be assigned to a channel or it will not appear" https://developer.android.com/guide/topics/ui/notifiers/notifications#ManageChannels
when i read on firebase documentation, there must be additional code added on AndroidManifest.xml:
is it possible to add it on Outsystems Apps?