After logging a user out of any other sessions (h/t native Bubble action), I’d like to do one of two things:
Show a notification on the device that’s now logged out and/or
Show a notification on the now logged in device IFF they were logged out elsewhere
For #1, I’ve tried a bunch of things and afaict this just isn’t possible because that session is now gone, and the app isn’t responsive to WFs. Amirite?
For #2, is there a way to know whether [Log out other sessions] actually did any work? i.e., I don’t want to say, “If you were logged in elsewhere, we logged you out” every time. I’d want to show the message selectively.
Do you mean showing a push notification? Or something else? Cause you can add this step right before logging out the user, or send it to a backend workflow and then log out the user