Reputation: 2073
I'm using Firebase to send notification to devices. I'm following the specification of REST API as describe in firebase website. Everything is working fine.
I would like to know if it is possible to keep a copy of sent message in the console even sending them form REST API.
Taking a look in server reference, I didn't find anything related with this. Actually is not a requirement, its only personal curiosity.
Upvotes: 0
Views: 309
Reputation: 599021
firebaser here
There is no public API for the Notifications panel of the Firebase Console. That space is reserved for messages sent from that same console.
Upvotes: 1