Now I am trying web push notification on nodeJ using firebase-admin npm. My question is how to get the status like Sent, Pending Delivery or Failed.
For further actions, you may consider blocking this person and/or reporting abuse
Now I am trying web push notification on nodeJ using firebase-admin npm. My question is how to get the status like Sent, Pending Delivery or Failed.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
You need to put more context into the question.
Do you mean, in the client side(web or mobile), you wanted to show the status that is coming from the backend?