Completed Project for iOS/Firebase PhraseApp Blog Article - Part 1
- Clone this repo
- You'll need a Firebase project setup with an iOS app and a
GoogleInfo.plist
file - You'll need CocoaPods installed
- From the project root, in the terminal, run
pod install
- After installation is complete, make sure to open
discounter-demo.xworkspace
, not the.xcodeproj
file - Build the Firebase Firestore database, adding a few records as per in the article
- For push notifications, you'll need a Apple APNs Authentication Key associated with your Firebase project's iOS app
- Run the app (for push notifications, run on a physical device)