Google Analytics with Firebase

后端 未结 3 551
南旧
南旧 2021-01-12 00:41

I am trying to integrate Google Analytics in my iOS app. On Analytics page, Google is recommending to download (this link) with Cocoapods where library comes with Firebase.<

3条回答
  •  温柔的废话
    2021-01-12 00:51

    Its certainly OTT that one cocoapod

    pod 'Google/Analytics'
    

    Installs all of these:

    Installing FirebaseAnalytics (3.6.0)
    Installing FirebaseCore (3.4.5)
    Installing FirebaseInstanceID (1.0.8)
    Installing Google (3.0.3)
    Installing GoogleAnalytics (3.17.0)
    Installing GoogleInterchangeUtilities (1.2.2)
    Installing GoogleSymbolUtilities (1.1.2)
    Installing GoogleToolboxForMac (2.1.0)
    

    ToolboxForMac? Firebase? I just want a lightweight Analytics solution. Its all still in Objective-C too!

    Crashlytics, here I come.

提交回复
热议问题