I'm looking at trying to access the Google Analytics Reporting v4 API. Something like this. But using Angular2 goodness.
Has anyone had any luck with doing this? I've googled, but it doesn't seem to be that popular of a topic. It doesn't help that Angular2 is still pretty new, so there's that. Does anyone have any idea? I'm sure it's a thing. I think?
I've got authentication working with AngularFire2 and Firebase, that's a first step. ;)
Angular: Angular2 RC4
Firebase: Firebase3 (latest)
AngularFire: AngularFire2 (latest)
I'm looking at trying to access the Google Analytics Reporting v4 API. Something like this. But using Angular2 goodness.
Has anyone had any luck with doing this? I've googled, but it doesn't seem to be that popular of a topic. It doesn't help that Angular2 is still pretty new, so there's that. Does anyone have any idea? I'm sure it's a thing. I think?
I've got authentication working with AngularFire2 and Firebase, that's a first step. ;)