This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
Ensure that update-token does not delete or alter existing subscriptions for UAID #1397
Labels
8
Estimate - xl - Moderately complex, medium effort, some uncertainty.
Getting a report that one of the possible reasons for FxA Send Tab failures happening on android may be that
PushManager(...).update(...)
PushManager(...).verify_connection(...)
which results in the server returning no subscriptions for the user.We should ensure that UAID is not altered and the subscriptions are not dropped on a FCM token update. We may also need to file an additional bug against the Android Components Push Module if we think the problem might be in the hand-off.
The text was updated successfully, but these errors were encountered: