Let’s get some in-app messaging going!
Note: This series is just the technology enablement; I plan to cover the strategy as interest in this blog grows, including the why and the when of using these things.
Things To Gather
- CocoaPods
- A good text editor like Sublime Text.
- A terminal/emulator
- The latest Firebase branch of the sample app (or your own app) plus your own
GoogleService-Info.plist
file- see the previous post to catch up
Adding In-App Messaging
After you pull the most recent version of the app (or any app with Firebase already), we just need to add one more podfile. You should know the drill by now. 😁
open podfile