-
Updated
Nov 23, 2020 - JavaScript
baas
Here are 137 public repositories matching this topic...
The problem faced currently?
Currently space cloud doesn't allow the end-user to set content type while uploading objects to file store. This works in many cases. But when you are using file store for rendering media content in your app. The browser might render files depending upon the content type set in http response. For media content, if content type is not known by the browser, the Brow
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Mar 19, 2017 - PHP
-
Updated
Aug 13, 2020 - Go
-
Updated
Nov 21, 2020 - Java
-
Updated
Nov 8, 2020 - JavaScript
-
Updated
Dec 3, 2019 - PHP
-
Updated
Nov 20, 2020 - Java
-
Updated
Nov 22, 2020 - Swift
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
Oct 31, 2020
Most features of the Appwrite Flutter SDK should already work with Linux apps out of the box. One specific area that still lacks support is our OAuth login. For us to enable OAuth login we actually need to add Linux support on the Web auth plugin https://github.com/LinusU/flutter_web_auth we use as a dependency.
The Web Auth library already support web auth login for Android, iOS, and MacOS. On
-
Updated
Nov 14, 2017
Improve this page
Add a description, image, and links to the baas topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the baas topic, visit your repo's landing page and select "manage topics."
We want to use caching to speed up Appwrite's Travis CI build process, and we can use the community help here.
Currently our build process time is around ~10 minutes which is OK, but as faster it can be less time maintainers needs to wait for confirmation that there changes are running as expected.
This change should be focused on our Travis CI YAML file. Any suggestions for improving the co