We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a2100f commit 0063b9aCopy full SHA for 0063b9a
README.md
@@ -11,9 +11,11 @@ Firebase Analytics integration for [analytics-android](https://github.com/segmen
11
To install the Segment-Firebase integration, simply add this line to your gradle file:
12
13
```
14
-compile 'com.segment.analytics.android.integrations:firebase:+'
+implementation 'com.segment.analytics.android.integrations:firebase:+@aar'
15
16
17
+**Note:** The Firebase SDK requires Android resources. To avoid issues with app crashes please implement using the `aar` package.
18
+
19
### Note
20
To use firebase-integrations 1.4.+ :
21
* `Update your app to use (AndroidX) or Android 29`
0 commit comments