File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -154,10 +154,10 @@ declare namespace firebase.auth {
154
154
applyActionCode ( code : string ) : Promise < any > ;
155
155
checkActionCode ( code : string ) : Promise < any > ;
156
156
confirmPasswordReset ( code : string , newPassword : string ) : Promise < any > ;
157
- createUserAndRetrieveDataWithEmailAndPassword (
158
- email : string ,
159
- password : string
160
- ) : Promise < any > ;
157
+ createUserAndRetrieveDataWithEmailAndPassword (
158
+ email : string ,
159
+ password : string
160
+ ) : Promise < any > ;
161
161
createUserWithEmailAndPassword (
162
162
email : string ,
163
163
password : string
@@ -202,7 +202,10 @@ declare namespace firebase.auth {
202
202
signInWithCustomToken ( token : string ) : Promise < any > ;
203
203
signInAndRetrieveDataWithCustomToken ( token : string ) : Promise < any > ;
204
204
signInWithEmailAndPassword ( email : string , password : string ) : Promise < any > ;
205
- signInAndRetrieveDataWithEmailAndPassword ( email : string , password : string ) : Promise < any > ;
205
+ signInAndRetrieveDataWithEmailAndPassword (
206
+ email : string ,
207
+ password : string
208
+ ) : Promise < any > ;
206
209
signInWithPhoneNumber (
207
210
phoneNumber : string ,
208
211
applicationVerifier : firebase . auth . ApplicationVerifier
You can’t perform that action at this time.
0 commit comments