
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
- my database attribute stuck in processin...
when i created attributes in collection 3 of those attributes become "processing", and they are not updating, the worst thing is that i cant even delete them s...
- Is Quick Start for function creation wor...
I am trying to create a Node.js function using the Quick Start feature. It fails and tells me that it could not locate the package.json file. Isn't Quick Start ...
- Forever Processing Issue
I encountered an issue when creating attributes in the collections . if you create an attribute of type string for example and choose a size of 200 or 250 or a...
