Update README on need for Firebase config for build

Signed-off-by: theunrealgeek <theunrealgeek@gmail.com>
This commit is contained in:
theunrealgeek 2021-07-09 22:28:39 -07:00
Родитель d58c95e1e3
Коммит 2a33dbed34
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -49,6 +49,8 @@ carthage update --use-xcframeworks --platform iOS --cache-builds
```
to fetch and compile the dependencies.
In order to build the project in Xcode you will also need a file `GoogleService-Info.plist` at the root of the repository which contains the Firebase configuration. For development work you can use a mock version found [here](https://github.com/firebase/quickstart-ios/blob/master/mock-GoogleService-Info.plist).
### Creating Pull requests
#### DCO Signoff