Page MenuHomePhabricator

[web] Add presisting device ID
ClosedPublic

Authored by inka on Aug 19 2022, 3:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 14, 7:50 AM
Unknown Object (File)
Sat, Dec 14, 7:50 AM
Unknown Object (File)
Sat, Dec 14, 7:49 AM
Unknown Object (File)
Sat, Dec 14, 7:42 AM
Unknown Object (File)
Nov 19 2024, 6:58 PM
Unknown Object (File)
Nov 16 2024, 8:59 AM
Unknown Object (File)
Nov 8 2024, 12:51 PM
Unknown Object (File)
Nov 5 2024, 11:32 AM

Details

Summary

Add persisting device ID on web.

Test Plan

Check with redux dev tools that the device ID stays the same in a different tab and after closing all the tabs and opening a new one when a user is logged in.

Diff Detail

Repository
rCOMM Comm
Branch
inka/redux_device_id
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

inka requested review of this revision.Aug 19 2022, 3:31 AM
This revision is now accepted and ready to land.Aug 19 2022, 8:15 AM
web/root.js
22

It seems like deviceIDUpdater will make it so we can just add the property to whitelist instead of increasing the version and adding a migration

This revision was automatically updated to reflect the committed changes.