what does appwrite mean on branding on emails in their free section (can I see a screenshot), does appwrite have an integration list: what platforms does it natively integrate with.
Free account restrictions & Appwrite integrations
I believe the plan is to have something like Powered by Appwrite at the bottom, but don't hold me to that π
What do you mean by integration list? What kind of integration?
like products that natively integrate with appwrite like flutterflow integrates with supabase and firebase
We plan to have something like that on our website later
during updates to the cloud version like right now I assuming...does an application running on appwrite go down. I'm assuming something like this would happen in the evening. Would love to know for any possible future issues.
It should not go down. This is the first time they're doing an update so it's completely normal to meet with some issues or some applications going down. For now it looks like most projects are running fine, but few went down, now up again. In a future this will be more polished of course and run better so practically no one will know when an upgrade is running
Remember Appwrite cloud is in Beta for now
Pricing will be applied once beta ends
Adding to this, there have been no breaking changes in the Appwrite server updates. There have been a few small changes in the SDKs, that might affect your apps, but that's all!
couple of pages show it
@hcraige Yes, they're working to solve it right now. Unfortunately there's a faulty database and due to that you see such error. This is more unlikely to happen when beta ends, specially in pro or superior plans since there will be dedicated databases
But even in the free plan it will be much more stable
@hcraige Everything should work now
cool. is there any documentation or tutorials on building a chat feature on appwrite or integrating with firestore cloud messaging. The same for push notifications. I'm using flutterflow as my front end builder and appwrite as the backend
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...