We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ec2e0 commit 9d00c6fCopy full SHA for 9d00c6f
packages/firebase/index.d.ts
@@ -154,6 +154,10 @@ declare namespace firebase.auth {
154
applyActionCode(code: string): Promise<any>;
155
checkActionCode(code: string): Promise<any>;
156
confirmPasswordReset(code: string, newPassword: string): Promise<any>;
157
+ createUserAndRetrieveDataWithEmailAndPassword(
158
+ email: string,
159
+ password: string
160
+ ): Promise<any>;
161
createUserWithEmailAndPassword(
162
email: string,
163
password: string
0 commit comments