You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check and pop EXTERNAL_USER_ID_AUTH_HASH every time we persistState
- Every time we persistState, we check if the syncValues has an EXTERNAL_USER_ID_AUTH_HASH that is a candidate to be popped.
- It is removed if either the EXTERNAL_USER_ID is "" (empty string) or not in the syncValues.
- In some cases, when we set the external user ID to "", the EXTERNAL_USER_ID_AUTH_HASH is in the syncValues while the EXTERNAL_USER_ID is not but we want to pop the EXTERNAL_USER_ID_AUTH_HASH
0 commit comments