Hi!
I really need help cause im not any good on this.
Im building an productscanner app that matches the barcodescan with a barcode in my firebase realtime database. Then i want to show the product image, Title, infotext, and price fetched from the database.
I have connected the app to firebase and managed to start the scan upon appstart.
I have some labels where the barcode shows when scanning.
I have managed to fetch data from firebase, but it fetches all the data and not specific data from scanned barcode.
My json structure looks like this.
PLEASE HELP!