Skip to content

Commit 9d00c6f

Browse files
gonzaloriestraJosh Crowther
authored andcommitted
add missing function in auth interface (#574)
1 parent d3ec2e0 commit 9d00c6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/firebase/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ declare namespace firebase.auth {
154154
applyActionCode(code: string): Promise<any>;
155155
checkActionCode(code: string): Promise<any>;
156156
confirmPasswordReset(code: string, newPassword: string): Promise<any>;
157+
createUserAndRetrieveDataWithEmailAndPassword(
158+
email: string,
159+
password: string
160+
): Promise<any>;
157161
createUserWithEmailAndPassword(
158162
email: string,
159163
password: string

0 commit comments

Comments
 (0)