react-query-firebase / react-native/auth / UseUpdateProfileMutationVariables
Type Alias: UseUpdateProfileMutationVariables
ts
type UseUpdateProfileMutationVariables = object;
Defined in: react-native/auth/useUpdateProfileMutation.ts:6
Properties
displayName?
ts
optional displayName: string;
Defined in: react-native/auth/useUpdateProfileMutation.ts:7
user
ts
user: FirebaseAuthTypes.User;
Defined in: react-native/auth/useUpdateProfileMutation.ts:8