I'm able to send notifications from the console to mobile devices and from my backend API written in .NET Core 3.1 using the FirebaseAdmin package as specified here. The message arrives successfully from either source.
The thing is that when the notification is sent by the backend API, it doesn't show up in the Notifications tab that you can see in the console (https://console.firebase.google.com/project/>**PROJECT-ID**</notification) and I was wondering why.
To illustrate this, here are 5 notifications sent through the New notification button a couple of months ago. All of them appear on the table.
But then, if you go to the Reports tab you'll see 6 notifications, the last one was sent today using C#.
I would like that all the notifications appear in the Notifications table, even those sent from the backend. Is that possible?