Skip to content

Commit 2c05f76

Browse files
committed
Remove Firebase Predictions, add A/B Testing, and update Notifications to Cloud Messaging in code comment.
1 parent 43d4abd commit 2c05f76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public interface FirebaseInstallationsApi {
4949

5050
/**
5151
* 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.
52+
* may cause Firebase Cloud Messaging, Firebase Remote Config, Firebase A/B Testing, or
53+
* Firebase In-App Messaging to not function properly.
5454
*/
5555
@NonNull
5656
Task<Void> delete();

0 commit comments

Comments
 (0)