Open
Bug 1796425
Opened 3 years ago
Updated 3 years ago
Request for the push token on service initialisation
Categories
(Firefox for Android :: Push, defect)
Tracking
()
NEW
People
(Reporter: cpeterson, Unassigned)
Details
From github: https://github.com/mozilla-mobile/android-components/issues/8777.
We get a new token in the
onNewTokencall when this changes for various Firebase reasons, but we can also request the latest token during startup because:
- This ensures we have not reached a race condition where the token is out of date.
- We can rely less on verify_connection needing to tell us token's are out of date.
- Calling the Rust push API
updateTokenis a cheap (local) call.┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Comment 1•3 years ago
|
||
The severity field is not set for this bug.
:cpeterson, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(cpeterson)
| Reporter | ||
Updated•3 years ago
|
Severity: -- → S3
Updated•3 years ago
|
Flags: needinfo?(cpeterson)
You need to log in
before you can comment on or make changes to this bug.
Description
•