Parcourir la source

FIS changelog: fix console link. (#4678)

Maksym Malyhin il y a 6 ans
Parent
commit
883af8cd2b

+ 1 - 1
Firebase/InstanceID/CHANGELOG.md

@@ -1,6 +1,6 @@
 # 2020-01 -- 4.3.0
 - [added] Added watchOS support for InstanceID (#4016)
-- [added] Added a new dependency on the [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). (#4533)
+- [added] Added a new dependency on the [Firebase Installations SDK](../../FirebaseInstallations/CHANGELOG.md). The Firebase Installations SDK introduces the [Firebase Installations API](https://console.cloud.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). (#4533)
 
 # 2019-12 -- 4.2.8
 - [changed] Added heartbeat support for InstanceID (#4323)

+ 1 - 1
Firebase/Messaging/CHANGELOG.md

@@ -1,6 +1,6 @@
 # 2020-01 -- v 4.2.0
 - [added] Added watchOS support for Firebase Messaging. This enables FCM push notification function on watch only app or independent watch app. (#4016)
-- [added] Added a new transitive dependency on the [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).
+- [added] Added a new transitive dependency on the [Firebase Installations SDK](../../FirebaseInstallations/CHANGELOG.md). The Firebase Installations SDK introduces the [Firebase Installations API](https://console.cloud.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).
 
 # 2019-12 -- v4.1.10
 - [fixed] Fix component startup time. (#4137)

+ 2 - 2
FirebaseCore/CHANGELOG.md

@@ -1,6 +1,6 @@
 # v6.6.0 -- M62
 - [changed] Reorganized directory structure.
-- [changed] The following SDKs introduce a new transitive dependency on the [Firebase Installations API](https://pantheon.corp.google.com/apis/library/firebaseinstallations.googleapis.com):
+- [changed] The following SDKs introduce a new transitive dependency on the [Firebase Installations API](https://console.cloud.google.com/apis/library/firebaseinstallations.googleapis.com):
   - Analytics
   - Cloud Messaging
   - Remote Config
@@ -10,7 +10,7 @@
   - ML Kit
   - Instance ID
 
-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). (#4533)
+The Firebase Installations SDK introduces the [Firebase Installations API](https://console.cloud.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). (#4533)
 
 # v6.5.0 -- M61
 - [added] Updated the binary distributions to include arm64e slices. See

+ 2 - 2
FirebaseInstallations/API_KEY_RESTRICTIONS.md

@@ -2,7 +2,7 @@
 
 ## What happened?
 
-The following SDKs updates introduce a dependency on the [Firebase Installations API](https://pantheon.corp.google.com/apis/library/firebaseinstallations.googleapis.com), a new infrastructure service for Firebase:
+The following SDKs updates introduce a dependency on the [Firebase Installations API](https://console.cloud.google.com/apis/library/firebaseinstallations.googleapis.com), a new infrastructure service for Firebase:
 
 - Analytics
 - Cloud Messaging
@@ -20,7 +20,7 @@ As a result, API restrictions you may have applied to API keys used by your Fire
 
 Before upgrading your application(s) to the latest SDK version, please **make sure that the API key(s) used in your application(s) are whitelisted for the Firebase Installations API:**
 
-- **Open** the [Google Cloud Platform Console](https://pantheon.corp.google.com/apis/credentials?folder).
+- **Open** the [Google Cloud Platform Console](https://console.cloud.google.com/apis/credentials?folder).
 - **Choose** the project you use for your application(s).
 - **Open**  `APIs & Services` and **select** `Credentials`.
 - **Click** `Edit API Key` (pencil icon) for the API key in question.

+ 1 - 1
FirebaseRemoteConfig/CHANGELOG.md

@@ -1,7 +1,7 @@
 # v4.4.6
 - [fixed] Fix the return status code when app is offline. (#4100)
 - [changed] Internal code cleanup. (#4297, #4403, #4379)
-- [added] Added a new transitive dependency on the [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).
+- [added] Added a new transitive dependency on the [Firebase Installations SDK](../FirebaseInstallations/CHANGELOG.md). The Firebase Installations SDK introduces the [Firebase Installations API](https://console.cloud.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).
 
 # v4.4.5
 - [changed] Remote Config no longer re-activates the current config on fetch if it receives no changes from the backend. (#4260)