Skip to content

Use Firebase instead of Fabric? #37

@craig-at-rsg

Description

@craig-at-rsg

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions