How to know user is online
Hello Guys, I wan't to use Novu for a flutter application with nodejs backend.
I see in nove there is a condition "isOnline", I want to know how it's work to use it... Thanks π
3 Replies
Hi @Paco
Check out this documentation
https://docs.novu.co/workflows/step-filters#subscriber-online-filters
Hi @Pawan Jain, If I understand, there is a websocket to determine if a user is connected ?
Hi @Paco
We have few socket events available in
useSocket
hook
https://docs.novu.co/notification-center/client/react/get-started#realtime-sockets
But I think it will not work as you mentioned that you are using flutter