Skip to content

Remove Firebase Predictions from the Firebase installation ID delete … #3973

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ public interface FirebaseInstallationsApi {
Task<InstallationTokenResult> getToken(boolean forceRefresh);

/**
* Async function that deletes this Firebase app installation from Firebase backend. This call
* would possibly lead Firebase Notification, Firebase RemoteConfig, Firebase Predictions or
* Firebase In-App Messaging not function properly.
* Async function that deletes this Firebase app installation from Firebase backend. This call may
* cause Firebase Cloud Messaging, Firebase Remote Config, Firebase A/B Testing, or Firebase
* In-App Messaging to not function properly.
*/
@NonNull
Task<Void> delete();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public Task<InstallationTokenResult> getToken(boolean forceRefresh) {

/**
* Call to delete this Firebase app installation from the Firebase backend. This call may cause
* Firebase Cloud Messaging, Firebase Remote Config, Firebase Predictions, or Firebase In-App
* Firebase Cloud Messaging, Firebase Remote Config, Firebase A/B Testing, or Firebase In-App
* Messaging to not function properly.
*/
@NonNull
Expand Down