Added fingerprinting fixed + update firebase fingerprint on log in BOD-132
This commit is contained in:
@@ -12,6 +12,8 @@ const INITIAL_STATE = {
|
||||
|
||||
const userReducer = (state = INITIAL_STATE, action) => {
|
||||
switch (action.type) {
|
||||
case UserActionTypes.SET_INSTANCE_ID:
|
||||
return { ...state, conflict: false };
|
||||
case UserActionTypes.SET_INSTANCE_CONFLICT:
|
||||
return { ...state, conflict: true };
|
||||
case UserActionTypes.SIGN_IN_SUCCESS:
|
||||
|
||||
Reference in New Issue
Block a user