Is it possible to have Firebase analytics hook into a remote REST API endpoint?
More concretely, suppose I have a remote REST API, with an endpoint that computes the average number of videos each of my users has uploaded, /api/videos/get_average_count
. Can I somehow integrate that statistic into Firebase analytics? (I don't think there is a reporting API in Firebase analytics?)
Alternatively, is there anyway, I can take the Firebase data from the other analytics (tracked at the frontend) and integrate/embed that data into my own custom admin hosted on my own backend?