Google analytics data migration to Google Analytics for Firebase (Firebase) - firebase

As Google communicated recently Google Analytics for Mobile is going to sunset by next year. So i would like to know how to migrate existing Google analytics data to Google Analytics for Firebase (Firebase)?

We cannot migrate your data from Google analytics to Firebase. The Best solution: Create firebase project & integrate Firebase sdk in your app and start tracking
For more details check this integration details for Android https://firebase.google.com/docs/android/setup

Related

How to Integrate Firebase Analytics in Tizen App which is built in React Native

I am trying to Integrate Firebase Analytics for Rect Native App. This Analytics is working fine in Web, Android and IOS. But now, I am running this App in Tizen. How can I Integrate Firebase Analytics Tizen Web App?

how do i unlink a google cloud platform project from firebase

I am working on firebase and google cloud platform, recently I linked my google cloud project with firebase, now I want to unlink it from firebase. How would I do that?
It's not really a "link". When you import a GCP project into the Firebase console, all you've done is import Firebase APIs and services into that project. If you don't want to use those APIs, then there's no problem. You won't be billed for APIs you don't use. If you want to disable the APIs in the Cloud console, then you're free to do so.

Is it possible to set up Google Analytics for an Ionic 2 web app?

We have an Ionic 2 app that will be deployed on iOS, Android and web. We have Google Analytics set up for the mobile versions.
Is it possible to set this up for the web version as well? If so, are there any references for how to do this?
You may use https://github.com/arnesson/cordova-plugin-firebase to link all your apps to your google analytics account.

Firebase and Google Cloud projects consolidation

I've opened a Google cloud project with multiple GCE, SQL and storage instances, along with an android app linked to it, about a year ago. In addition I've had 2 Firebase projects, one for production and one for dev environments, that were of course not linked to my Cloud project.
Now that the new Firebase is here, I would like to link all these accounts.
I have imported my Cloud project to the Firebase console, but it has its own Firebase DB, I'm not able to link it to my actual Firebase DBs (projects)... I can see my App analytics and cloud messaging but not my Firebase data, as the two Firebase projects are still considered as other projects.
How do I link or consolidate all these accounts together, Cloud and Firebases? And if not all, what about only the production one into my Cloud project?
This is how my Firebase dashboard looks right now:
You can import your firebase.com app into a new Firebase project and you can separately import your Google project into a Firebase project. However, we do not support merging these 2 imported projects.
If you want to use Firebase Auth or Firebase Invites in your Firebase project and if you have your OAuth Client registered with another Google project, you can add the OAuth client ID of your Google project into your Firebase project.
#Aralizer, you should be able to use Analytics, Crash reporting etc on the project you import from firebase.com. This Firebase project can co-exist with your previous Google Cloud project for GCE, Cloud SQL etc. It seems like you may have registered an OAuth Client in the Cloud project that you want to reuse in the Firebase project. This is possible by whitelisting the Cloud project's OAuth client ID in the Firebase project. Check this helpcenter article for more details on how to do this: https://support.google.com/firebase/answer/6401008

How to integrate google mobile analytics in web apps

Can anyone help me to integrate google mobile analytics in a web app? I know how to integrate google mobile analytics in native android.
You're looking at the wrong documentation.
See here: https://developers.google.com/analytics/?hl=en
When you actually implement code, ask a question... and also, ths is not specific to Worklight, but to any web app.

Resources