TUTORIAL – Add authentication and gate content with Auth0

Hey Joyce,

Thanks for the tutorials. I like your example of making a table of data in airtable strictly for upvotes. I’m repurposing the idea as a “favorited collections” to personalize a feed for users.

I’m a little lost though if a user “downvotes” or “unfavorites a collection” in my app, how to then remove that record from the upvote table in airtable. I was thinking we need to search the record ID that matches the user + upvoted/favorited collection and delete it. Am I understanding that right?