Hello,
I implemented an angular app, which accesses Airtable API and does CRUD operations on the base.
Per logged in user it makes 10 API requests to read data and 10 to write data to base. So around 20 API requests per logged in user.
we are plannin...