# Firebase

The Firebase dispatcher automatically dispatches events to the [Firebase SDK](https://firebase.google.com/docs/android/setup), including UTM tags when they are available.

To install simply add in your app's *build.gradle*:

{% tabs %}
{% tab title="Kotlin" %}

```kts
implementation("com.batch.android:firebase-dispatcher:3.0.1")
```

{% endtab %}

{% tab title="Groovy" %}

```groovy
implementation 'com.batch.android:firebase-dispatcher:3.0.1'
```

{% endtab %}
{% endtabs %}
