Description
Is your feature request related to a problem? Please describe.
I wanted to use Firebase Google Analytics tracking module for an ML app but I was disappointed to find out that this is not currently possible to do in the firebase-admin sdk for Python.
Describe the solution you'd like
Track usage and monitoring stats for my Python App. Also, would be great if we get the full solution including things like retrieving app_instance_id and setting it for different app names (similar to adding multiple apps server side) so that one can use it when spinning up kubernetes containers.
Describe alternatives you've considered
looked at other sdks available for other languages, and features seems to be not fully available in all variants.
Additional context
None.