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

Conversation

jenh
Copy link
Contributor

@jenh jenh commented Aug 8, 2022

…comment as it was recently shut down; replace with Firebase A/B Testing, which also requires a FID.

…comment as it was recently shut down; replace with Firebase A/B Testing, which also requires a FID.
@jenh jenh requested a review from danasilver August 8, 2022 23:42
@jenh jenh self-assigned this Aug 8, 2022
Copy link
Contributor

@danasilver danasilver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Aug 8, 2022

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Aug 8, 2022

Coverage Report 1

Affected Products

No changes between base commit (7261fd5) and merge commit (2255ea3).

Test Logs

Notes

  • Commit (2255ea3) is created by Prow via merging PR base commit (7261fd5) and head commit (f85729c).
  • Run gradle <product>:checkCoverage to produce HTML coverage reports locally. After gradle commands finished, report files can be found under <product-build-dir>/reports/jacoco/.

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/vas38if2Bf.html

@github-actions
Copy link
Contributor

github-actions bot commented Aug 8, 2022

Unit Test Results

2 285 tests  +1 493   2 282 ✔️ +1 490   7m 54s ⏱️ + 3m 6s
   142 suites +     82          2 💤 +       2 
   142 files   +     82          1 +       1 

For more details on these failures, see this check.

Results for commit f85729c. ± Comparison against base commit af2a520.

♻️ This comment has been updated with latest results.

@jenh
Copy link
Contributor Author

jenh commented Aug 9, 2022

/retest

@thatfiredev
Copy link
Member

We have a similar comment on the interface FirebaseInstallationsApi. Should we replace that too in this same PR?

* 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.
*/
@NonNull
Task<Void> delete();

@jenh
Copy link
Contributor Author

jenh commented Aug 9, 2022

Great catch--thank you, Rosario! I've updated that file and added.

Comment on lines 51 to 53
* 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.
* may cause Firebase Cloud Messaging, Firebase Remote Config, Firebase A/B Testing, or
* Firebase In-App Messaging to not function properly.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The check-changed CI check is failing due to the formatting here. Autoformat suggested using this instead:

   * 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.

Notice that the word "may" moved from the second line to the first and "Firebase" moved from the third line to the second.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a bunch, that did the trick!

@jenh jenh merged commit c6cc8c5 into master Aug 9, 2022
@jenh jenh deleted the predictions_shutdown branch August 9, 2022 18:07
@firebase firebase locked and limited conversation to collaborators Sep 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants