blackfan23 / ngx-appwrite

An Angular wrapper module for the Appwrite SaaS
8 stars 1 forks source link

Platform Providers #5

Open JakeAi opened 4 months ago

JakeAi commented 4 months ago

Hello, I have been maintaining my own version of an angular module for appwrite since 0.8 and I'd like to stop, however, your project is not compatible with native platforms. For example, I use NativeScript which needs custom LocalStorage providers or functions and for a while, needed URL polyfills. However, since yours is a wrapper, this cannot be done afaik. I am linking my repo and maybe we can create the perfect one to pull into Appwrites repo. This is a generated SDK and has no dependencies.

https://github.com/JakeAi/sdk-generator/blob/master/examples/angular/src/lib/services/appwrite.service.ts#L183

blackfan23 commented 4 weeks ago

Hi @JakeAi. Sorry for the late reply. I do not have any experience with NativeScript. At the moment I don't see a chance to work on something more due to other commitments. Feel free to use the code here if you want to build a more complete wrapper.