Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ProviderError to ExpoPushSuccessReceipt #55

Merged
merged 3 commits into from
Mar 20, 2024
Merged

Conversation

25khattab
Copy link
Contributor

No description provided.

@25khattab
Copy link
Contributor Author

add provider error type to detect MismatchSenderId with typescript
here is the response I got so I had to make this pull request

{
  status: 'error',
  message: "There was an unknown error with the FCM server. See this error's details for more information.",
  details: {
    error: 'ProviderError',
    fault: 'fcm',
    fcm: { error: 'MismatchSenderId' }
  }
}

@milan2sky
Copy link

Can you merge it?

@25khattab
Copy link
Contributor Author

I don't know why they didn't yet TBH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants