2

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.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807

1 Answers1

2

Since late 2020 there is an Analytics Data API that allows you to retrieve report-level data from analytics that were reported through Firebase. I doubt this is wrapped in AngularFire at the moment though, so hav a look at the documentation to see how it works and post a question with a repro if you get stuck.

Also see:

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807