Skip to content

Commit 068775a

Browse files
authored
docs: even better links (#81)
1 parent a9f9cc4 commit 068775a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/setting-up/expo.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ After installing the npm package, add a config plugin (read more details below)
2222

2323
If you're _not_ using Firebase, provide the `iosUrlScheme` option to the config plugin.
2424

25-
To obtain `iosUrlScheme`, follow [the guide](./get-config-file?firebase-or-not=cloud-console#ios).
25+
To obtain `iosUrlScheme`, follow [these instructions](./get-config-file?firebase-or-not=cloud-console#ios).
2626

2727
```json title="app.json | js"
2828
{
@@ -41,7 +41,9 @@ To obtain `iosUrlScheme`, follow [the guide](./get-config-file?firebase-or-not=c
4141

4242
### Expo and Firebase Authentication
4343

44-
If you are using Firebase Authentication, obtain the 2 Firebase config files (`google-services.json` for Android and `GoogleService-Info.plist` for iOS) according to the [guide](./get-config-file?firebase-or-not=firebase#ios) and place them into your project. Then specify the paths to the files:
44+
If you are using Firebase Authentication, follow [these instructions](./get-config-file?firebase-or-not=firebase#step-2) to get `google-services.json` file for Android and [these instructions](./get-config-file?firebase-or-not=firebase#ios)) to get `GoogleService-Info.plist` for iOS.
45+
46+
Place them into your project and specify the paths to the files:
4547

4648
```json title="app.json | js"
4749
{

0 commit comments

Comments
 (0)