'Add Firebase Log Events (Analytics) in dotnet core
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?
Solution 1:[1]
I have experience with Firebase regarding OTP verification and I achieved it by client side scripting i.e. Adding Firebase in a JS file and adding it into my razor views. So in my perspective Firebase does not provide any support for dotNet for most of its tools. You can make a way around by using JS and add it into your views. If you need to save analytics into your Db or you want to process it, make an API endpoint which will help you to achieve that.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Ahmed Naeem |
