Brighton
Brighton
Can someone with a solution please show us how they implemented it.
Using the logic above, ``` uploadImageCallBack = (file) =>{ return new Promise( (resolve, reject) => { console.log('Uploading image...'); this.firebaseUpload(file) .then(link => { resolve({ data: { link } }); }) .catch(error...
@urosran I resolved it by creating hidden `` tags with all the dynamic links as static. Unfortunately its gonna be quite a process if you have a lot of links.