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

后端 未结 3 1568
无人共我
无人共我 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:18

    Currently there is no difference.

    The firebase-core:9.0.0 has no classes and resources in the aar file and contains the firebase-analytics as you can check in the pom file.

      4.0.0
      com.google.firebase
      firebase-core
      9.0.0
      aar
      
        
          com.google.firebase
          firebase-analytics
          9.0.0
          compile
          aar
        
      
    
    

    Also in the doc you can find:

    com.google.firebase:firebase-core:9.0.0 ->> Analytics
    

提交回复
热议问题