
Greetings…hope ur well and hope not to add more work but im developing a flutter app trying to move away from firebase…
The console on cloud.io shows server error then the realtime worked abit but now it has totaly collapsed…is this cuz the free plan can handle requests or there is a bug…
Thank you

you're still having problems? What's your project ID?

this is it....65bc947456c1c0100060

this is my stream... Stream<Map<String, dynamic>> getMessagesStream() { AppWriteDataBase connect = AppWriteDataBase();
final realtime = connect.realtime;
final subscription = realtime.subscribe([
'databases.65c375bf12fca26c65db.collections.65d0612a901236115ecc.documents'
]);
return subscription.stream.map((response) => response.payload);
}

the stream behaves weird when it works....it returns payload the sometimes it doesnt

could this be issues of the free plan?
Recommended threads
- Creating a relationship with nested obje...
{ "data": { "name": "DiDi", "type": "Software Development", "userJobs": [{ "$id": "68cbf1e2003612fb13ca", "j...
- Realtime integration with SSR auth
Hey, I have a nextjs website with SSR auth, works great. I use a session client for user verification and an admin client with API key. Both is used with node-...
- Adding "name" column to table creates 2-...
As stated, im adding the "name" column to one table, it adds 4 duplicates. In another table it adds 3 duplicates, and when I delete 1 of them, all duplucates di...
