Skip to content

Commit cfe9848

Browse files
authored
Update README.md
1 parent b887e0e commit cfe9848

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ Firebase is awesome and it's combination with the Google Cloud Platform makes it
1212

1313
## Installing
1414

15+
Getting `react-native-firestack` up and running in your app should be a 2 step process + 1 for each platform.
16+
17+
1. Install the `npm` package
18+
2. Link the project with `react-native link react-native-firestack`
19+
3. Modify the _Build Phases_ for iOS like it says below.
20+
4. To ensure Android is setup, check your `MainApplication.java` for the `FirestackPackage()` line.
21+
22+
Those steps in more detail:
23+
1524
Install the `npm` package with:
1625

1726
```bash

0 commit comments

Comments
 (0)