Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions messaging/integration_test/src/integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,9 @@ TEST_F(FirebaseMessagingTest, TestRegistrationOnInitEnabled) {

TEST_F(FirebaseMessagingTest, TestRegisterAndUnregister) {
TEST_REQUIRES_USER_INTERACTION_ON_IOS;
SKIP_TEST_ON_DESKTOP;
SKIP_TEST_ON_ANDROID_EMULATOR;

EXPECT_TRUE(RequestPermission());

// Note that these methods should only work if the newer registration
Expand Down
7 changes: 5 additions & 2 deletions release_build_files/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -613,13 +613,16 @@ workflow use only during the development of your app, not for publicly shipping
code.

## Release Notes
### Upcoming
- Changes
- Messaging: Added new Registration methods using Installation Ids.
Deprecated old Token based methods.

### 13.11.0
- Changes
- General (Android): Update to Firebase Android BoM version 34.17.0.
- General (iOS): Update to Firebase Cocoapods version 12.17.0.
- Realtime Database (Desktop): Fixed an intermittent use-after-free crash (`ACCESS_VIOLATION`) when detaching a listener while a WebSocket listen response is pending.
- Messaging: Added new Registration methods using Installation Ids.
Deprecated old Token based methods.

### 13.10.0
- Changes
Expand Down
Loading