Android Question [Firebase Realtimedatabase] How works equalTo?

Ilya G.

Active Member
Licensed User
Longtime User
I try this, but nothing found

B4X:
    chtref.Initialize("Reference", realtime.getReference2("/chats/77075648799"), "chats")
    
    Dim qry As FBQuery
    qry.Initialize("QueryResult", chtref.Child("/").equalTo2("read", 0).QueryObj)
    qry.addValueEventListener
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…