Sorry if this is a duplicate or so, but I wanted to question around using realtime in react, why is that client sdk can use the jwt/secret made by the server sdk to fetch databases and so on, but its not possible to use the Account object through it, and for that its impossible (from what I have tried) to use realtime while using server auth.
I do most of my data updates and queries and fetching on the server but I do need the realtime features since my application is a Saas app that needs users to receive realtime updates.
Recommended threads
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...