3

Is there any Python library which can be used to collect and send information (data) to Firebase analytics? I would use this library in an application that I am developing.

Edit: Thanks for downvoting without informing me what is the reason for.

Edit 2: Of course I have found several APIs. But most of the APIs are for admin purposes. I know that this can be used as well but maybe there is a simplified version used for clients.

Matphy
  • 1,086
  • 13
  • 21

2 Answers2

4

firebaser here

Google Analytics for Firebase (originally called Firebase Analytics) has supported client SDKs for Android and iOS. There is no public API to call Google Analytics for Firebase from platforms other than Android and iOS.

Also see:

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
1

people downvoted because a simple google search would net you a link to the github page of the firebase api wrapper in python that can be found here: https://github.com/ozgur/python-firebase

EDIT: I think its imposiible since there is no api for firebase analytics, just the regular firebase.

javajav
  • 379
  • 3
  • 10
  • Thanks. Now I have written some explanation. Thank you for the link. I actually already know that API posted on a GitHub. It is even cited somewhere on a Firebase web page. – Matphy Sep 10 '18 at 09:11
  • @Matphy see edit. – javajav Sep 10 '18 at 09:14