Skip to content

Commit 4a10389

Browse files
committed
Updated CHANGELOG
1 parent 361c829 commit 4a10389

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Unreleased
22

3-
-
3+
- [added] Added `FirebaseMessagingException` class and improved FCM error
4+
handling logic.
45

56
# v1.7.0
67

FirebaseAdmin/FirebaseAdmin/Messaging/MessagingErrorHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ private sealed class MessagingErrorDetail
100100
internal string ErrorCode { get; set; }
101101
}
102102
}
103-
}
103+
}

FirebaseAdmin/FirebaseAdmin/PlatformErrorHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ internal class PlatformError
8686
public string Message { get; set; }
8787
}
8888
}
89-
}
89+
}

0 commit comments

Comments
 (0)