I have a mobile application (Flutter) and an API (Python/Django). I use Firebase Analytics to track events in application side.
My server receives web hooks from ad service. I want to log event into Firebase Analytics when the server receive web hook.
How can I achieve this?
PS: There is a web hook to log event into Analytics, but not for the Firebase Analytics.