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

Commit 9e91c76

Browse files
better typings
1 parent fa3752d commit 9e91c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firebase.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ export namespace functions {
10551055
// Auth
10561056
export function login(options: LoginOptions): Promise<User>;
10571057

1058-
export function reauthenticate(options: ReauthenticateOptions): Promise<any>;
1058+
export function reauthenticate(options: ReauthenticateOptions): Promise<User>;
10591059

10601060
export function reloadUser(): Promise<void>;
10611061

0 commit comments

Comments
 (0)