I have to fetch firebase analytics data from Google analytics reporting API v4 using C# for my mobile application.
When I created a project in firebase for storing analytics data in firebase, if for the same project If I check for ViewId in Admin section of firebase analytics. It is not showing any View and it's mandatory to query data. If I create a new property and with that if I try to create view using advance settings, It is saying that this is applicable for web application only and it older way of using it.
Can someone help me how can I fetch firebase analytics data using C# library in my WebAPI project without View ID and also without using Beta version of firebase API