TP-0 | fix
This commit is contained in:
@@ -5,7 +5,7 @@ export const initCrashlytics = async (userState: IUserSlice) => {
|
||||
if (!userState) return;
|
||||
|
||||
await Promise.all([
|
||||
crashlytics().setUserId(userState.user?.emailId || ('' as string)),
|
||||
crashlytics().setUserId((userState.user?.emailId || '') as string),
|
||||
crashlytics().setAttributes({
|
||||
deviceId: userState.deviceId,
|
||||
phoneNumber: userState.user?.phoneNumber as string,
|
||||
|
||||
Reference in New Issue
Block a user