-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
It looks like this project uses Fabric instead of Firebase. From the docs:
Note: The Fabric SDK is now deprecated and will continue reporting your app's crashes until November 15, 2020.
Here are the pods currently specified in this project for iOS:
<pod name="Fabric" specs="~> 1.10.2"/>
<pod name="Crashlytics" specs="~> 3.14.0" />
That Firebase doc link has:
pod 'Firebase/Crashlytics'
and for Android, this project:
dependencies {
classpath 'io.fabric.tools:gradle:1.28.0'
classpath 'com.google.gms:google-services:4.2.0'
}
. . .
apply plugin: com.crashlytics.tools.gradle.CrashlyticsPlugin
and from the same Firebase docs:
dependencies {
// ...
// Check that you have the Google Services Gradle plugin v4.3.2 or later
// (if not, add it).
classpath 'com.google.gms:google-services:4.3.3'
// Add the Crashlytics Gradle plugin.
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.1.1'
}
apply plugin: 'com.google.firebase.crashlytics'
Are there plans to update this plugin to use Firebase Crashlytics instead of Fabric Crashlytics?
Metadata
Metadata
Assignees
Labels
No labels