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 214bcf6 commit dd53a68Copy full SHA for dd53a68
docs/5-user-authentication.md
@@ -49,11 +49,13 @@ Firebase authentication wasn't entirely compatible with cordova. You need to add
49
50
Login with Facebook.
51
52
-1- Install cordova plugin
+1. Install the cordova plugin
53
54
-```cordova plugin add cordova-plugin-facebook4 --save --variable APP_ID="123456789" --variable APP_NAME="myApplication"```
+```bash
55
+cordova plugin add cordova-plugin-facebook4 --save --variable APP_ID="123456789" --variable APP_NAME="myApplication"
56
+```
57
-2- Use `signInWithCredential` method
58
+2. Use `signInWithCredential` method
59
60
```ts
61
console.log("Facebook success: " + JSON.stringify(result));
0 commit comments