Skip to content

Commit dd53a68

Browse files
jamesdanielsdavideast
authored andcommitted
Cleaning up the syntax on the Cordova example
1 parent 214bcf6 commit dd53a68

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/5-user-authentication.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ Firebase authentication wasn't entirely compatible with cordova. You need to add
4949

5050
Login with Facebook.
5151

52-
1- Install cordova plugin
52+
1. Install the cordova plugin
5353

54-
```cordova plugin add cordova-plugin-facebook4 --save --variable APP_ID="123456789" --variable APP_NAME="myApplication"```
54+
```bash
55+
cordova plugin add cordova-plugin-facebook4 --save --variable APP_ID="123456789" --variable APP_NAME="myApplication"
56+
```
5557

56-
2- Use `signInWithCredential` method
58+
2. Use `signInWithCredential` method
5759

5860
```ts
5961
console.log("Facebook success: " + JSON.stringify(result));

0 commit comments

Comments
 (0)