How To Build a Presence System App with Firebase

When I’m using the app, firebase will record the information that I am online(online = true). But if I close the app or the internet loses the connection, firebase will record offline(online = false).

Thanks in advance

Hello @maskuullahoa and welcome :wave:

Do you have to use Firebase in your implementation?

I think that if you use a cloud variable this would would be a lot easier to set up and to create the logic for.

Thanks,
D.

1 Like

I’ll try it. Thank you very much.