I am using firebase for data storage. The data structure is like this:
products:{ product1:{ name:\"chocolate\", } product2:{ name:\"cho
SQL"LIKE" operation on firebase is possible
let node = await db.ref('yourPath').orderByChild('yourKey').startAt('!').endAt('SUBSTRING\uf8ff').once('value');