How to Search for data in Firebase Android

前端 未结 2 1094
臣服心动
臣服心动 2020-12-16 07:02

\"FireBase

I want to search a condition if user says MSCS,then Search should check -> conditi

2条回答
  •  我在风中等你
    2020-12-16 07:50

    Firebase equalTo(String value) method only returns value if it matches exactly. It is not like SQL LIKE query

提交回复
热议问题