Sterling Cobb

Results 4 issues of Sterling Cobb

**Describe the bug** I'm attempting to use Sign in with Apple with nhost. When I attempt to call: `nhost.auth.signIn({ provider: "apple" });` I get an error: ``` Possible Unhandled Promise...

bug

#2216 2216 Id like to manually set this since I'm able to pass this in via my app easier.

sdk

I have a setup like this: ``` let file; await new Promise((resolve, reject) => { CloudStore.download(filePath, { onProgress: async (progress) => { console.log("progress", progress); if (progress.progress === 100) { file...

Adding another issue to highlight v3 being very broken as mentioned here: https://github.com/mixpanel/mixpanel-react-native/issues/255 and here: https://github.com/mixpanel/mixpanel-react-native/issues/247 Running version `3.0.8` with MMVK Here is my setup: ```typescript const storage = new...