Rank 3: Container
onMount(async () => { let transactions = await database.listDocuments( env.PUBLIC_VAULT_DB_ID, env.PUBLIC_TRANSACTIONS_COLLECTION_ID ); console.log(transactions); client.subscribe( `databases.${env.PUBLIC_VAULT_DB_ID}.collections.${env.PUBLIC_TRANSACTIONS_COLLECTION_ID}.documents`, (response) => { console.log(response); } ); });```I am trying to get this realtime to get to work and it seems to connect to the websocket but it just doesnt respond with anything
instance?
realtime and update the document using any SDK or REST api