-
Notifications
You must be signed in to change notification settings - Fork 624
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
Conversation
…comment as it was recently shut down; replace with Firebase A/B Testing, which also requires a FID.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Size Report 1Affected ProductsNo changes between base commit (7261fd5) and merge commit (2255ea3).Test Logs
Notes |
Coverage Report 1Affected ProductsNo changes between base commit (7261fd5) and merge commit (2255ea3).Test Logs
Notes |
/retest |
We have a similar comment on the interface Lines 51 to 56 in af2a520
|
…s to Cloud Messaging in code comment.
Great catch--thank you, Rosario! I've updated that file and added. |
* 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. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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!
…comment as it was recently shut down; replace with Firebase A/B Testing, which also requires a FID.