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

Major update #10

Merged
merged 40 commits into from
May 27, 2024
Merged

Major update #10

merged 40 commits into from
May 27, 2024

Conversation

jutuon
Copy link

@jutuon jutuon commented May 22, 2024

There are lots of changes. The most important are

  • Mostly complete FCM HTTP v1 API response parsing support
  • Replace gauth with yup-oauth2
  • Most FCM client related types have Fcm prefix
  • FCM client creation happens using builder pattern
  • Remove duplicate Message related code
  • Message related public API is now in message module and FCM response related public API is now in response module.

Closes #8, #9

@jutuon
Copy link
Author

jutuon commented May 22, 2024

I'm going to try integrating this to my web backend next.

@rj76
Copy link
Owner

rj76 commented May 26, 2024

This PR keeps getting better and better. You can remove the coverage part too as far as I'm concerned, it was in there before and kept it but it's quite some extra stuff with Coveralls.

@jutuon
Copy link
Author

jutuon commented May 26, 2024

I don't have any more improvements planned, so this is good for merging from my side.

@rj76 rj76 merged commit bbbd91c into rj76:main May 27, 2024
8 checks passed
@jutuon jutuon deleted the major-update branch May 27, 2024 14:22
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.

Update FCM response parsing to v1 API
2 participants