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
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...
- Custom Domains
Hi All, Should be a quick config issue. I'm setting up custom domains on the hosted version. I have verified the domain with the CNAME but appwrite isn't gene...