Android Question B4A 7-8beta + Firebase Firestore

DonManfred

Expert
Licensed User
Longtime User
See subject. This is a great COMBO

Spoiler:
Please note that there are more than 50 Documents in the collection.
B4X:
        Dim col As CollectionReference = fs.collection("restaurants")
        If col <> Null Then
            'Log(col)
            col.setEventname("Firestore","Restaurants")
            col.orderBy3("numRatings","DESCENDING").whereEqualTo("category","Burgers").limit(3).fetch
           
        Else
            Log("Restaurant-Colletion is null")      
        End If


I´m positive to get the Query working in Firebase Realtime Database too NOW.
 
Last edited:

JMB

Active Member
Licensed User
Longtime User
Hi there Don,

Is this something you're working on now? I am very keen to use the Firebase stuff with B4A, but is this a product that you're working on now for release?

Thanks for your help.

JB
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…