Andrzej Hanusek
Andrzej Hanusek
I have the same issue on React Native, maybe this library doesn't work properly with RN?
The same issue with Payment Capabilities (missing Blik payment method).
@benrandja-akram Great example. One additional note, it can be even a little better because now this example deploying all content of api folder to the cloud. Check below commit with...
Heh, I've switched to webpack eventually. With Rollup/Vite had problem with the bundle size because still had bundling external packages into the output. Works fine with functions v1 and also...
> We're experiencing the same problem. When inserting records in sequence all the webhooks are received. But if we insert 30 rows in parallel none of the webhooks send and...
This bug has been open for a year, and it's really frustrating that issues like this are not properly addressed by the Supabase team. They are adding other advanced features...
> @threepointone I can confirm this works fine for me in React Native > > ```ts > import "partysocket/event-target-polyfill"; > import {usePartySocket} from "partysocket/dist/react"; > > // ... and use...
Hmm, I don't know if this is somehow connected, but after upgrading from 0.73^ to 0.74^, the windowSoftInputMode / KeyboardAvoidingView has stopped working correctly on Android: RN 0.73^ https://github.com/facebook/react-native/assets/16654786/67e0a7c1-816d-4c24-a06e-39072e020918 RN...
I observe hundreds of errors like this daily. Supabase Support claims that it is a network issue, but the problem is that other requests work fine at the same time....
I have two projects that use Google Cloud Functions (Firebase), and today I noticed enormous cold starts without any changes in the source code, which reach almost 15-30s 🤯. In...