I would like to build a mobile app that tracks user's habits and stores the data in AirTable account of the user.
I want to use react-native framework because I want the app to be able to store the data in different services (eg. google sheets).
At the moment it isn't clear to me if the AirTable API policies will allow me to insert records into user's tables?
My initial tests came accross Cross-Origin Resource Sharing issues.
Can somebody enlighten me if what I am after is in principle possible?
Thank you.