
I'm using appwrite cloud with .net maui but it seems appwrite doesn't have Client SDKs to support .net maui yet, I want to ask in the future if appwrite plans to support this .net maui, because we're looking for 1. baas solution for our system and found appwrite to be very suitable for the criteria we set. thank you

Appwrite does have a .NET SDK?


This server sdk

Oh, right

@bonglv there are plans for client SDKs for .NET, however we don't have a timeline for .NET MAUI at the moment (especially since MAUI is still maturing as a platform)
However, if you would like to contribute a MAUI SDK, do check out the SDK Generator repo: https://github.com/appwrite/sdk-generator

Or in the meantime, you could talk to the Appwrite APIs directly

Thatβs what I do currently in Lua

Right now, otherwise, you could communicate with login and create JWT API endpoints via Http requests and keep the rest of your business logic requiring Appwrite on an ASP.NET Web API. The JWT lets you perform user specific actions on the server SDK.

ok thank all
Recommended threads
- Trouble with Anonymous Login on iOS
Ideally I would like to be able to sign in anonymously and persist this user even if they close and reopen the app. Is this possible? Here is what I currently h...
- Realtime Disconnects and Error: INVALID_...
Hi! I just want to ask here if there's any workaround with the disconnect issues we're encountering when subscribing to realtime events in react native using ex...
- Appwrite documents and Swift codable
The object I use to create a document is different than the object I receive when I list documents. Do I create an object thatβs used to create a document and a...
