Android Using Firebase Analytics along with Google Analytics

后端 未结 4 1806
傲寒
傲寒 2020-12-31 05:10

I\'d love to know how I can use Firebase Analytics (FA) and Google Analytics (GA) simultaneously as FA doesn\'t provide real-time data and my apps already integrated with GA

4条回答
  •  鱼传尺愫
    2020-12-31 05:37

    You should use the google-services.json that is supplied for your app in the Firebase console. If this is missing your GA tracking ID, you can supply it manually either in your call to newTracker or as a string resource.

提交回复
热议问题