Does firebase store the push notifications sent by the firebase sdk to mobile applications?
I am using googleapis for sending push notifications using this api https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages/send?authuser=0 I want to know whether google store the push notifications sent by this API from my web application to my mobile app. Asking this question because users data…