Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 726 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 726 Bytes

Barebones iOS test app for Firestore bugs.

By: [email protected]

This app was created to quickly test out bugs in the Firestore iOS SDK. It was initially motivated by firebase/firebase-ios-sdk#5235.

Usage

  1. Clone this Git repository
  2. Download GoogleService-Info.plist from the Firebase console.
  3. Copy GoogleService-Info.plist into the FriendlyEats subfolder.
  4. Run pod update
  5. Create a "restaurants" collection with a document named "1YkESDBLGz9vEmphIUFJ" in it via the Firebase console (or other means).
  6. Open the generated FriendlyEats.xcworkspace in Xcode.

The Firebase project must be configured so that the Firestore database rules allow unauthenticated access.