Simon Kibsgård
Simon Kibsgård
The very least, Storyblok team should mention this option on https://www.storyblok.com/docs/image-service/. I spent too much time looking for other workarounds than `replace('https://a', 'https://a2') `
Thanks @luc122c I got the mentioned `HTTP Error: 403, Permission 'firebasestorage.defaultBucket.get' denied on resource` before. After applying the advised roles I now simply get `HTTP Error: 403, The caller does...
Thanks very much @luc122c This is the solution that works for me 💥
@nidu I don't think this is working I tried with ``` // alice.ts const person: IPerson = { name: 'Alice', age: 20 } ``` And the toast says "Invalid JSON"