Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit cd5e4b4

Browse files
author
Rob Lauer
authored
fix link in fb auth docs
The link provided to configure iOS info.plist wasn't useful, so I updated the instructions a bit.
1 parent 48ba24f commit cd5e4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/AUTHENTICATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ Upon successful authentication, Facebook creates an access token that can be obt
564564

565565
#### iOS
566566
1. If you didn't choose `Firebase Authentication` and `Firebase Facebook Authentication` during installation you can remove the `platforms` and `node_modules` folders and the `firebase.nativescript.json` file, then run `npm i`. This will prompt your which Firebase features you'd like to enable.
567-
2. Add a bit of config to `app\App_Resources\iOS\Info.plist` as instructed in Step 4 [here](https://developers.facebook.com/docs/ios/getting-started). Facebook login works perfectly on the demo app, so if you can't get it working, make sure to check out the [demo app's config](https://github.com/EddyVerbruggen/nativescript-plugin-firebase-demo/blob/ad85e187dbbb12ef0e705d1bfaed90c702846bc4/Firebase/app/App_Resources/iOS/Info.plist).
567+
2. Add a bit of config to `app\App_Resources\iOS\Info.plist` as instructed in Step 4 of the iOS Quickstart in the Facebook Developer console of your app. Facebook login works perfectly on the demo app, so if you can't get it working, make sure to check out the [demo app's config](https://github.com/EddyVerbruggen/nativescript-plugin-firebase-demo/blob/ad85e187dbbb12ef0e705d1bfaed90c702846bc4/Firebase/app/App_Resources/iOS/Info.plist).
568568

569569
#### Android
570570
1. If you didn't choose `Firebase Authentication` and `Firebase Facebook Authentication` during installation you can remove the `platforms` and `node_modules` folders and the `firebase.nativescript.json` file, then run `npm i`. This will prompt your which Firebase features you'd like to enable.

0 commit comments

Comments
 (0)