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 4b549e7 commit acd8915Copy full SHA for acd8915
docs/authentication.md
@@ -331,9 +331,9 @@ Return : `Promise`
331
// SignIn with google
332
this.$auth.signInWithGoogle()
333
.then(user => {
334
-
+ //
335
}).catch(error => {
336
337
})
338
}
339
@@ -348,6 +348,7 @@ Return : `Promise`
348
Allow the users to authenticate to Firebase using their **Facebook Accounts**.
349
350
Syntax : `$auth.signInWithFacebook(object)`
351
+Return : `Promise`
352
353
<hr>
354
0 commit comments