Like the title says, I'm searching of a way to store a push notification sent by an HTTP request from my own back-end on Node.js, to the Firebase database (with fcm app server protocol).
Actually, I can send a push notification to my device using requestify. I just want to know how I can list them in the Firebase Console.
Is there any way to achieve this ? Appreciate any help.