Skip to content

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
@Doris-Ge Doris-Ge requested a review from lahirumaramba July 25, 2023 20:30
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.

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!

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
@mlyrstad
Copy link

mlyrstad commented Dec 6, 2023

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

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