Could someone clarify on these terms? I'm completely lost!
What do Google calls “Crashlytics”, who is Fabric and why it's still not Firebase?
Should I setup crash reporting somewhere in Firebase Console or should I register at Fabric and somehow link accounts?
On iOS what should I use for my very new swift project?
pod 'Firebase/Crash'
or
pod 'Fabric'
or
pod 'Crashlytics'
OK. So after contacting support I did it!
The problem was that in initial setup (Quality → Crashlytics) when you've being asked “Is this app new to Crashlytics”, you have to choose “My app doesn't have any version of the SDK”.
Even though your app already has latest Crashlytics SDK installed!
Question probably should be “Do this app already use Fabric? —Yes, —No”.
This seems just like a UX error that should be fixed.
As for the terms and history:
pod 'Firebase/Crashlytics'
.Correct me if I'm wrong.