You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried sending notifications using firebase-admin. On my server side, there were network problems and I got a response from firebase with a 503 code (or some like), but messages were sent to devices anyway. According to the default retry strategy, my server resubmitted the request. As a result, I received 2 push notifications.
I want to set retry attempts lower. How can I fix that?