I want to send firebase Analytics custom log event from Firebase Functions (with node.js).
I have searched a lot but I couldn’t find any tutorial or ducumentation about it.
Is there any way to send custom event to firebase analytics from backend in 2024?
I have tried to send log with
admin.analytics().log()...
but there was a syntax error analytics is not a function