Ryan Wilson c8a4bfe0a0 UI changes for the sample app. 6 lat temu
..
Sample c8a4bfe0a0 UI changes for the sample app. 6 lat temu
Sample.xcodeproj 72ae60a967 also remove fid when delete method is called 6 lat temu
iOS 97ade205b2 merge conflicts 6 lat temu
Podfile 0e01873167 fix the format 6 lat temu
README.md f653751fa6 fix copyright and unwrap optional 6 lat temu

README.md

Messaging App Setup

To run this app, you'll need the following steps.

GoogleService-Info.plist file

  1. Go to the Firebase Console
  2. Create a Firebase project if you don't have one already.
  3. Create a new iOS App if you don't have one already.
  4. Go to Project Overview -> General -> Your apps, select your iOS app and download the GoogleSerive-Info.plist file.

Push notification provisioning profile

If you need to test push notifications sent from FCM console or Sender API, you will need to run this test app on real device. In order to do so, you will need a provisioning profile enabled with push notifications.

Following the steps here to setup the properly APNs configuration to work with Firebase Messaging.