I have android and iOS mobile mobile applications where am able to use Firebase Log Events(Analytics). The same way need to add some more Event logs from backend using dotnet core. Is there way to use Firebase Log Events(Analytics) in dotnet core?
There is currently no SDK for working with Firebase analytics and .net
Now this form for Firebase analytics appears to use Google analytics GA4 which means that you could do this your self and go though the measurement protocol for GA4
Its just a HTTP Post call
POST /mp/collect HTTP/1.1
HOST: www.google-analytics.com
Content-Type: application/json
<payload_data>