Skip to content

Commit

Permalink
Updated the README with useful info.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeendale committed May 30, 2020
1 parent f37983d commit fd05db3
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,15 @@
appId: "xxx",
measurementId: "xxx"
};

export default firebaseConfig;
```

## Steps

1. Install Expo CLI
2. Start expo using this command `NODE_OPTIONS=--max-old-space-size=4096 expo start --ios`

## iOS Setup

- On the Firebase console, add a new iOS application and enter your projects details.
Expand Down Expand Up @@ -52,5 +59,7 @@ yarn install
- Start app in a specific platform, platform could be `web`, `ios` or `android`

```
yarn <platform>
```
yarn <platform>
```

# Known bugs

0 comments on commit fd05db3

Please sign in to comment.