Hi, I am trying to connect my tables rows with realtime on my react website, it connects, but I dont get the rows when a row is being created. I tried with Channels etc, but nothing seems to work.
TL;DR
Developers trying to use Realtime with TablesDB should ensure they're using consistent terminology with their API and that the users listening have the necessary permissions. If rows aren't appearing when created, check the API terminology and user permissions. Try using Channels for a potential solution.