This app was created to quickly test out bugs in the Firestore iOS SDK. It was initially motivated by firebase/firebase-ios-sdk#5235.
- Clone this Git repository
- Download
GoogleService-Info.plist
from the Firebase console. - Copy
GoogleService-Info.plist
into theFriendlyEats
subfolder. - Run
pod update
- Create a "restaurants" collection with a document named "1YkESDBLGz9vEmphIUFJ" in it via the Firebase console (or other means).
- Open the generated
FriendlyEats.xcworkspace
in Xcode.
The Firebase project must be configured so that the Firestore database rules allow unauthenticated access.