Is there an api that we can use to identify online user (like something whatsapp does)
You can achieve something similar natively within your app.
Create a new record in your User collection. Call it “Last Online”.
If you add an action on every screen to Update this record in the user collection with “Current time”.
You can then do a check if the user’s Last Online time was within a minute for instance.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.