1. Get your Firebase copy Head over to the iOS Getting Started page , scroll to the bottom and click on the "framework SDK zip" link to download an archive containing all the Firebase frameworks. Please leave a comment if the link is not valid anymore, and I'll make sure to update the guide with the new location. I've said frameworks, using the plural, because as you'll see once you'll extract the archive, the SDK comes in a number of focused frameworks. In fact, Firebase offer a number of services, analytics, "realtime" database, notifications, etc... and the team has done a great job into providing a framework for each service, so that developers can mix and match without having to carry extra code they don't need with them. You'll also notice that the archive comes with a README. The file contains barebone instructions to setup the SDK manually, this post augments them. 2. Copy Firebase/Analytics into your project The analyt...
This is my mindless rambling.