tomasbasham / ember-cli-analytics

An ember-cli addon to interface with analytics services and external integrations
MIT License
8 stars 9 forks source link

Firebase analytics #6

Closed alizahid closed 7 years ago

tomasbasham commented 7 years ago

Hi, If you want to implement your own service adapters you may issue ember g integration firebase. This will create you a blueprint which you can use to add Firebase specific code. You could use the mixpanel implementation as an example.

tomasbasham commented 7 years ago

May I close this issue? Did you manage to implement your integration?

alizahid commented 7 years ago

Yes, you may. There's no Firebase analytics for web. Google Analytics was the solution.