Logout users automatically

How can I disconnect users that are already connected on my app on their mobiles ?

What do you mean by “connect”? What behaviour do you expect to see on those user’s devices?

I published an app.
In my database, i have 5 users.
3 of them are logged in to my app, and they have installed it on their phone.
I want to disconnect them from the app, so when they reopen the app on their phone, they are signed out.
Is it doable ?

I think deleting their profile from your database would force a logout, I’m not sure of any other solutions without changing the data.

May we know what is your use case here?

@Joseph_AMMAR did you succeed and actually getting the people signed out?