Use HTTP codes to determine MessagingClientErrorCode
https://github.com/invertase/dart_firebase_admin/issues/22
@rrousselGit looking for some feedback on this. If y'all agree on the direction I will add tests.
- I cut down on the amount of
MessagingClientErrorCode. Felt like some were duplicated. - Added
int? httpStatusCodetoMessagingClientErrorCode. - Added more docs from Firebase docs.
Could a contributor please provide some feedback on this? I've been using this is a production environment successfully for weeks now.
@lesnitsky @Ehesp I'd love to get feedback on this and come to a conclusion. Thanks!
Closed in favour of https://github.com/invertase/dart_firebase_admin/pull/43
Thanks for this though! It helped a lot to understand the problem :)
Closed in favour of #43
Thanks for this though! It helped a lot to understand the problem :)
What exactly is the problem?