baas
Here are 162 public repositories matching this topic...
-
Updated
Jul 9, 2022 - JavaScript
The problem faced currently?
While adding an ingress route, or a target in ingress route.
If by mistake white space gets added to the route or host. We get the error specified route not found or unable to reach the specified target
How can we solve it?
Mission control should remove the white space if present before saving the config
If you want this feature to be implemented, gi
-
Updated
Jul 8, 2022 - JavaScript
-
Updated
Mar 19, 2017 - PHP
Our version checker in cargo-shuttle fails to parse a shuttle-service version when it is missing a patch like the following definition:
shuttle-service = { version = "0.2", features = ["sqlx-postgres", "web-rocket"] }-
Updated
Jul 7, 2022
-
Updated
Jul 7, 2022 - Java
-
Updated
Jun 16, 2021 - Go
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
Jul 9, 2022 - Swift
-
Updated
Jun 27, 2022 - JavaScript
-
Updated
Mar 29, 2022 - PHP
-
Updated
Jun 29, 2022 - JavaScript
-
Updated
Jun 29, 2022 - TypeScript
-
Updated
Jun 28, 2022 - Python
-
Updated
Dec 16, 2021 - Java
-
Updated
Jun 28, 2022 - Dart
-
Updated
Jun 30, 2022 - C++
Introduction
GitHub has recently rolled out a public beta for their issue forms feature. This would allow you to create interactive issue templates and validate them
Appwrite currently uses the older [issue template format](https://docs.github.com/en/communities/using-templates-to-encourage-useful-iss
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."
Go on the documentation at this page : https://appwrite.io/docs/server/databases?sdk=nodejs-default#databasesGet
Or use one of the SDKs.
Example with dart sdk :
Databases(client, databaseId: 'test').get()return Collection object instead of Database object.GET and UPDATE method return
Databaseobject.