DWilliames / google-sheets-sync-figma

82 stars 8 forks source link

Fetching data question #89

Open eddysalzmann opened 2 years ago

eddysalzmann commented 2 years ago

Hy, I try to build a similar plugin (in a different way) and would be interested in

a) how did you manage to go around the cors request problem (did you use smth like heroku?)

and

b) how did you manage to send requests from the plugin to the frontend and back to the plugin inside a loop?

Would it be possible for you to share some code?