My app is set up so that when a user clicks on the scan barcode button it scans the product barcode and navigates them to another page to display the scanned item’s information.
I have linked this to my supabase table called ‘scanned products’.
This table updates with empty entries. All barcodes are stored in the table ‘food’
How do I solve this?