How to Check Current Active User In Firebase

I want to check real current active user in my apk. and I want to upload Google Service Json File in my apk.
So Please Give me Any Suggestions And Solve My Problem.

1 Like

Well there are a few things you can do. First is just check the Connections inn firebase. it is not specific but a real good idea. Connections does not mean unique users.

The other thing is to create a counter and use the Go Online and Go Offline function. It wont help if there is a crash. So you would need to also add the counter to On Screen Closed.

1 Like

Use Enhance extension and use Firebase analytics and check active users on your app

1 Like