Fabrizio

Results 106 comments of Fabrizio

This is not currently possible with RLS, since upsert requires the record to be selected first. One way around this is to use signed upload URL's so that it won't...

Thank you for this plugin really, in just 1.5k have this is really amazing need just to fix that. But anyway i tried that it doesn't work. I tried even...

I think that using signed url could also be used to "whitelist" options, closing for now

Feel free to re-open when providing more information

I've made it work as follows, let me know if that helps ```ts import {Router, StaticRouter, StaticRouterContext} from "react-router"; import { createMemoryHistory } from 'history'; import {syncHistoryWithStore} from "mobx-react-router"; function...