
I am trying to integrate appwrite realtime in my project for hackathon and i want to add subscribe for table. I want whenever a create happens in a table the i receive a the payload. This is how i am trying where 'heartbeat' is my tableId.
The ws get successfully connected but i dont receive any event in my subscribe handler

I tried this way also

actually its not even working for
Recommended threads
- Realtime didn't work in react native exp...
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
- Realtime didn't work in react native exp...
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
- Realtime didn't work in react native exp...
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
