I want to retrieve the analytics data stored in firebase(like users in last 30 minutes, events triggered, sales made etc) in a flutter windows application i am creating. I know how to send data to firebase but i want to retrieve this analytics data so i can view it in my flutter windows app. Is there any way to do so?
Asked
Active
Viewed 618 times
1
-
While there *is* an API to get analytics data these days, it is not callable from client-side applications like your Flutter app. I linked some questions with answers that show what *is* possible. – Frank van Puffelen Feb 23 '22 at 04:54