Skip to content

Commit 823a02c

Browse files
FirebaseMessaging changelog: FirebaseInstallations (#4625)
* FirebaseMessaging changelog: FirebaseInstallations * FirebaseInstallations changelog: header format consistent with FirebaseCore * dependency -> transitive dependency * corrections
1 parent 49aa475 commit 823a02c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Firebase/Messaging/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 2020-01 -- v 4.2.0
22
- [added] Added watchOS support for Firebase Messaging. This enables FCM push notification function on watch only app or independent watch app. (#4016)
3+
- [added] Added a new transitive dependency [Firebase Installations SDK](../../FirebaseInstallations/CHANGELOG.md). The Firebase Installations SDK introduces the [Firebase Installations API](https://pantheon.corp.google.com/apis/library/firebaseinstallations.googleapis.com). Developers that use API-restrictions for their API-Keys may experience blocked requests (https://stackoverflow.com/questions/58495985/). A solution is available [here](../../FirebaseInstallations/API_KEY_RESTRICTIONS.md).
34

45
# 2019-12 -- v4.1.10
56
- [fixed] Fix component startup time. (#4137)

FirebaseInstallations/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.0.0
1+
# v1.0.0 -- M62
22

33
- [added] The Firebase Installations Service is an infrastructure service for Firebase services that creates unique identifiers and authentication tokens for Firebase clients (called "Firebase Installations") enabling Firebase Targeting, i.e. interoperation between Firebase services.
44
- [added] The Firebase Installations SDK introduces the Firebase Installations API. Developers that use API-restrictions for their API-Key may experience blocked requests (https://stackoverflow.com/questions/58495985/). This problem can be mitigated by following the instructions found [here](API_KEY_RESTRICTIONS.md).

0 commit comments

Comments
 (0)