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

Uncomment the Obsolete tags for deprecated FCM batch send APIs #355

Merged
merged 3 commits into from
Jul 26, 2023

Conversation

Doris-Ge
Copy link
Contributor

@Doris-Ge Doris-Ge commented Jul 25, 2023

Address the issue flagged in #349

@Doris-Ge Doris-Ge force-pushed the fcm-batch-send branch 2 times, most recently from a8575f7 to 47eb28c Compare July 25, 2023 19:41
Copy link
Member

@lahirumaramba lahirumaramba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @Doris-Ge ! Added a comment.

@@ -124,78 +124,6 @@ public async Task SendEachForMulticast()
Assert.NotNull(response.Responses[1].Exception);
}

[Fact]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to remove this test?

Copy link
Contributor Author

@Doris-Ge Doris-Ge Jul 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Because now SendAllAsync and SendMulticastAsync have been marked as obsolete, these two integration tests will fail: https://github.com/firebase/firebase-admin-dotnet/actions/runs/5661155177/job/15338452380 .
I also tried marking these two tests with "[Ignore]", but it could not build. Any suggestions?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Okay, let's remove them.

Copy link
Member

@lahirumaramba lahirumaramba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@@ -124,78 +124,6 @@ public async Task SendEachForMulticast()
Assert.NotNull(response.Responses[1].Exception);
}

[Fact]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Okay, let's remove them.

@Doris-Ge Doris-Ge merged commit db55e58 into master Jul 26, 2023
4 checks passed
@mlyrstad
Copy link

mlyrstad commented Dec 6, 2023

Will you build a new package soon which has these obsolete tags?

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants