Ad
Using Google Analytics For Android, Redirected To Firebase?
I'm trying to add Google Analytics(GA) into my android project. But I couldn't find where to generate a google-services.json file. (I did generate it in another project before, but it seems that Google remove the link in guides.)
Ad
Answer
As per developer.android.com blog now google analytics service are deprecated and about to close around 11 April 2019.
And as per their document If you have implemented google analytics then migrate to firebase.
And if you are fresh to implement then try firebase.
That document provide all information about your query.
Steps to implement firebase analytics to your app.
- simply implement firebase analytics just click on android studio's Tools menu.
- Then select firebase and it show one firebase assistant in your android studio window.
- Select firebase analytics option from them and it show the instruction how to implement it.
That's it. It will tack around just 5 minutes.
Hope this will help you
Ad
source: stackoverflow.com
Related Questions
- → should I choose reactjs+f7 or f7+vue.js?
- → Phonegap Android write to sd card
- → Local reference jquery script in nanohttpd (Android)
- → Click to navigate on mobile devices
- → How to allow api access to android or ios app only(laravel)?
- → Access the Camera and CameraRoll on Android using React Native?
- → React native change listening port
- → What is the default unit of style in React Native?
- → Google play market autocomplete icon
- → Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `ListView`
- → Using Laravel with Genymotion
- → react native using like web-based ajax function
- → react native pdf View
Ad