4

Firebase console gives good analytics data in one dashboard.

Is there any API by which I can push my analytics data from my own portal to Firebase analytics and see that analytics data in firebase analytics dashboard?

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
Praneeth
  • 627
  • 8
  • 11
  • For APIs to add data to Firebase Analytics, see https://firebase.google.com/docs/analytics/. If you're asking whether there is a Web API, see http://stackoverflow.com/questions/37330412/how-can-i-use-the-new-firebase-analytics-feature-with-a-webapp – Frank van Puffelen Jul 06 '16 at 20:19
  • Thanks for the response @Frank van Puffelen. I do not have a web app, I have android app and I wanted to know whether I can send data to firebase analytics from my own server or is there any REST api exposed to send data to Firebase analytics. – Praneeth Jul 07 '16 at 20:41
  • Hi @Praneeth, did you find a REST API for the above purpose? I also want a public API to get the firebase analytics via restapi. – GiridharaSPK Mar 07 '20 at 07:34
  • Hi @GiridharaSPK No, I did not find any. – Praneeth Mar 09 '20 at 22:22

1 Answers1

3

No, this is not possible at the moment. You need one of the mobile SDKs (iOS or Android) to compose the data.

djabi
  • 5,601
  • 18
  • 25