Δημήτρης Ραβιόλος

Results 3 comments of Δημήτρης Ραβιόλος

Hello, I've set up a shared folder that I share on my phone, on my girlfriend's phone and our PCs to distribute photos easily. Syncthing works great for this and...

This worked for me: ``` const httpClient = (url, options = {}) => { options.user = { authenticated: true, token: `Bearer ${process.env.REACT_APP_SUPABASE_KEY}` }; options.headers.set('apikey', process.env.REACT_APP_SUPABASE_KEY) return fetchUtils.fetchJson(url, options); }; ```

I was just about to do this and create a pull request. Awesome!