To build the iOS snippets, you must have:
- CocoaPods 1.7.0 or higher
- Xcode 10.3 or higher
- A copy of the Firestore C++ SDK
Build steps:
- Install dependencies by running
pod install
- Copy the Firebase C++ SDK (including Firestore) to the
binary/
directory - Open Xcode and press Run