sdk-for-web
sdk-for-web copied to clipboard
[READ-ONLY] Official Appwrite Web SDK ๐งก
### ๐ Reproduction steps Running a local instance of appwrite, use Safari as a browser and fetching data from a link returned by `getFileView` ``` const url = storage.getFileView(BUCKET_ID, fileId);...
### ๐ Reproduction steps Im trying to upload files from react native expo steps to reproduce **yarn create expo-app demo cd demo yarn add appwrite** here is my App.js ```...
### ๐ Reproduction steps 1. create a react native expo app 2. init the appwrite 3. check the console log ### ๐ Expected behavior As react native does not have...
### ๐ Feature description Hello! Can this sdk be used with React Native? I was thinking that things like authentication with oauth providers would not work. Thanks! ### ๐ค Pitch...
In my database, I am using large integers (e.g. 76561198060487740) for storing userIDs that I receive from an external API, which is larger than the MAX_SAFE_INT for the javascript number...
### ๐ Reproduction steps #### Config/Setup: - I am using Appwrite v:0.13.4.304, WebSDK 7.0.0, and node-appwrite 5.0.0 - Database collection is setup as Document Level permission - Documents read permission...
### ๐ Reproduction steps Start a new React Native project. Enable OAuth. ```javascript import React from 'react'; import {Button, Text, View} from 'react-native'; import {Client, Account} from 'appwrite'; const client...
Hacktoberfest 2022 ## What does this PR do? (Provide a description of what this PR does.) ## Test Plan (Write your test plan here. If you changed any code, please...
### ๐ Feature description Have the Client.Realtime emit events when the websocket connects and disconnects ### ๐ค Pitch Currently there is no way to detect this. If the websocket disconnects...
### ๐ Feature description in the javscript client SDK, make it more compatible in a wider amount of uh, environments, or something, by using the globalThis context instead of window...