소스 검색

Update README on need for Firebase config for build

Signed-off-by: theunrealgeek <theunrealgeek@gmail.com>
theunrealgeek 3 년 전
부모
커밋
2a33dbed34
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -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