Skip to content

Commit c6cc8c5

Browse files
authored
Remove Firebase Predictions from the Firebase installation ID delete … (#3973)
* Remove Firebase Predictions from the Firebase installation ID delete comment as it was recently shut down; replace with Firebase A/B Testing, which also requires a FID. * Remove Firebase Predictions, add A/B Testing, and update Notifications to Cloud Messaging in code comment. * Update comment formatting.
1 parent 9b9f5f3 commit c6cc8c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

firebase-installations-interop/src/main/java/com/google/firebase/installations/FirebaseInstallationsApi.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ public interface FirebaseInstallationsApi {
4848
Task<InstallationTokenResult> getToken(boolean forceRefresh);
4949

5050
/**
51-
* Async function that deletes this Firebase app installation from Firebase backend. This call
52-
* would possibly lead Firebase Notification, Firebase RemoteConfig, Firebase Predictions or
53-
* Firebase In-App Messaging not function properly.
51+
* Async function that deletes this Firebase app installation from Firebase backend. This call may
52+
* cause Firebase Cloud Messaging, Firebase Remote Config, Firebase A/B Testing, or Firebase
53+
* In-App Messaging to not function properly.
5454
*/
5555
@NonNull
5656
Task<Void> delete();

firebase-installations/src/main/java/com/google/firebase/installations/FirebaseInstallations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ public Task<InstallationTokenResult> getToken(boolean forceRefresh) {
266266

267267
/**
268268
* Call to delete this Firebase app installation from the Firebase backend. This call may cause
269-
* Firebase Cloud Messaging, Firebase Remote Config, Firebase Predictions, or Firebase In-App
269+
* Firebase Cloud Messaging, Firebase Remote Config, Firebase A/B Testing, or Firebase In-App
270270
* Messaging to not function properly.
271271
*/
272272
@NonNull

0 commit comments

Comments
 (0)