Hi! I really need help with my app.
Yeah I know the app looks like crap, just trying to get the functions to work.
My app: Im building a productscanner app where upon barcodescan it matches the barcode to specific barcode in firestore. All barcodes are setup as Documents, every document then has fields: image_path: url to image Want the image to be displayed from the url
Product_name: title of the product
Info_text: productinformation
Price: the price.
When scanning it matches the barcode to the right one in firestore, fetches the info from the correct barcodes fields to image/textfields in my app.
On new scan and another product it should find the correct info in the database and show that product. Im stuck though, when scanning i only get true in my text fields and dont know how to get it right?
everything looks okay in firestore and connection to flutterflow.
SOmething is wrong with my query i suppose?
I dont know if have to to make a backened query on the text fields or if its just enough to do it on the text or both?
Please help me out! ๐
Everything Please help. Se pics