I am using firebase for data storage. The data structure is like this:
products:{ product1:{ name:\"chocolate\", } product2:{ name:\"cho
This query work for me, it look like the below statement in MySQL
select * from StoreAds where University Like %ps%;
query = database.getReference().child("StoreAds").orderByChild("University").startAt("ps").endAt("\uf8ff");