I am building an app that will use the Airtable API to export and format data from many tables within our base. I am pushing my code to a public GitHub repository.
I am obviously treating the API key(s) as secrets and not pushing them to my repo, should I also treat the base’s ID value as a secrets value? What about the table IDs?