Tracking users interactions with the app
I need to know that is there any feature in refine to track the users interactions with the application, such as number of times the users have sign in and signed out, active users and inactive users
5 Replies
Hi @coops8. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Hmm, I don't know enough to give you a confident answer yet. However, you can explore the refine documentation for more information: https://refine.dev/docs.
----------------------
Note: you can ask me a follow up question by @ mentioning me again
:speech_balloon:
----------------------<@992776053590339674> kapa.ai is still learning and improving, please let us how it did by reacting below
optimistic-goldOP•2y ago
@Omer sir can you guide me for this question ?
rising-crimson•2y ago
you can use https://refine.dev/docs/api-reference/core/providers/audit-log-provider/ for CRUD but for signin signout you need to implement yourself
optimistic-goldOP•2y ago
thanks @alicanerdurmaz