Skip to content

Commit acd8915

Browse files
committed
update facebook auth
1 parent 4b549e7 commit acd8915

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/authentication.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,9 @@ Return : `Promise`
331331
// SignIn with google
332332
this.$auth.signInWithGoogle()
333333
.then(user => {
334-
334+
//
335335
}).catch(error => {
336-
336+
//
337337
})
338338
}
339339
}
@@ -348,6 +348,7 @@ Return : `Promise`
348348
Allow the users to authenticate to Firebase using their **Facebook Accounts**.
349349

350350
Syntax : `$auth.signInWithFacebook(object)`
351+
Return : `Promise`
351352

352353
<hr>
353354

0 commit comments

Comments
 (0)