How to get the count of Authentications in firebase console by using flutter for example: 1000 users are authenticated to my app. i can see the users who are authenticated to my application through firebase console.But I need to get the count of authentications (1000) in my flutter admin applications.
Now i'm getting the authentication count with the help of cloud firestore by simply create the collection and inside the document i'm incrementing the count of integer whenever the new user sign in.
Is there any way to do it without the help of cloud firestore.Kindly help me to solve this issue. Thanks in advance..