What the difference in firebase-core and firebase-analytics libraray?

后端 未结 3 1564
无人共我
无人共我 2021-01-17 10:41

Google recently released new verison of Firebase. So I was trying to migrateto Firebase analytics.

So what is the difference between these libraries



        
3条回答
  •  囚心锁ツ
    2021-01-17 11:25

    Based on google docs you don't need firebase-core anymore:

    You no longer need to add the Android library com.google.firebase:firebase-core. This SDK included the Firebase SDK for Google Analytics. Now, to use Analytics (or any of the Firebase products that require or recommend the use of Analytics), you need to explicitly add the Analytics dependency: com.google.firebase:firebase-analytics:17.2.0.

提交回复
热议问题