Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 318 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 318 Bytes

Building the snippets

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