Skip to content

Commit e407c02

Browse files
update changelog and fix a format issue in firestore (#3175)
1 parent 9e1e145 commit e407c02

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

Firebase/InstanceID/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2019-06-18 -- 4.2.0
2+
- Added macOS support for InstanceID (#2880)
3+
- Corrected timezone proto key (#3132)
4+
15
# 2019-06-04 -- 4.1.1
26
- Fixed a crash in token fetching. Removed debug assertion that is only for develop build. (#3018)
37

Firebase/Messaging/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2019-06-18 -- v4.1.0
2+
- Adding macOS support for Messaging. You can now send push notification to your mac app with Firebase Messaging.(#2880)
3+
14
# 2019-06-04 -- v4.0.2
25
- Disable data protection when opening the Rmq2PeristentStore. (#2963)
36

Firestore/core/src/firebase/firestore/remote/connectivity_monitor_noop.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ using util::AsyncQueue;
2929
// build doesn't break on platforms which don't yet implement
3030
// `ConnectivityMonitor`.
3131
std::unique_ptr<ConnectivityMonitor> ConnectivityMonitor::Create(
32-
const std::shared_ptr<AsyncQueue>& worker_queue) {
32+
const std::shared_ptr<AsyncQueue>& worker_queue) {
3333
return absl::make_unique<ConnectivityMonitor>(worker_queue);
3434
}
3535

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ very grateful! We'd like to empower as many developers as we can to be able to
169169
participate in the Firebase community.
170170

171171
### macOS and tvOS
172-
Thanks to contributions from the community, FirebaseAuth, FirebaseCore, FirebaseDatabase,
172+
Thanks to contributions from the community, FirebaseAuth, FirebaseCore, FirebaseDatabase, FirebaseMessaging,
173173
FirebaseFirestore, FirebaseFunctions and FirebaseStorage now compile, run unit tests, and work on
174-
macOS and tvOS. FirebaseMessaging is available for tvOS.
174+
macOS and tvOS.
175175

176176
For tvOS, checkout the [Sample](Example/tvOSSample).
177177

0 commit comments

Comments
 (0)