Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase analytics and Python client API [closed]

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.

like image 566
Matphy Avatar asked Apr 27 '26 13:04

Matphy


1 Answers

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:

  • How can i use the NEW Firebase Analytics feature with a webapp?
  • Firebase Analytics for web apps (after Firebase expansion)
  • Firebase analytics from remote REST API?
  • Firebase Analytics Rest API
like image 63
Frank van Puffelen Avatar answered Apr 29 '26 04:04

Frank van Puffelen