/ios-firebase-i18n-p1-complete

Completed Project for iOS/Firebase PhraseApp Blog Article - Part 1

Primary LanguageSwiftMIT LicenseMIT

⚠️ This repo is no longer maintained! https://github.com/PhraseApp-Blog/ios-firebase-i18n-p1-complete for the up-to-date repo.


Discounter (Demo)

Completed Project for iOS/Firebase PhraseApp Blog Article - Part 1

Installation

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