Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 4d0237d

Browse files
Optional properties for updateProfile
1 parent 5a8f7f3 commit 4d0237d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ export interface CreateUserOptions {
240240
* The options object passed into the updateProfile function.
241241
*/
242242
export interface UpdateProfileOptions {
243-
displayName: string;
244-
photoURL: string;
243+
displayName?: string;
244+
photoURL?: string;
245245
}
246246

247247
/**

0 commit comments

Comments
 (0)