For our app, we are trying to identify if objects are recyclable or not with a barcode scanner. Right now, we made the barcode scanner (camera in app) which outputs the barcode as text. We want to connect the app to our google sheets where we have two columns--the barcode number and the print value of if the object is recyclable or not. Essentially, we need the app to do a quick "Control + Find" to search for the barcode in our google sheet, and then print the column to the right of it. How might we connect this?
We also wanted to have it so users could add in new items that aren't in the database already, into the google sheet after repetitive (for legitimacy) users note that an item is recyclable or not.
Thanks a ton