0
how do I do this kind of select
in the Firebase Cloud Firestore database ?
_results = (await connection.query('select id from produtos where numero_serie = $_numeroSerie'))
I need to get the product id that is in the firebase database where the column numero_serie has the same value as variable _numeroSerie