I am working in Admin Panel which is being developed in Angular 11.
What is my requirement?
My requirement is fetching user actives like (user count, screen view first login, etc).
How am I achieving that?
I am using angular firestore npm library (AngularFire) tried to log the event and for fetching data and showing data but it is not working after going through their doc's it is the most likely the reverse approach where if a user views my screen or login it is updating the count in the panel.
What am I looking for?
Guys are there any way I can retrieve the data in the angular app using the same (AngularFire) npm package, or there is any other way around for achieving it.
thank you for your attention.