Answers for "sort with respect to field firebase"

1

firestore order number ascending

firestoreDb.collection("ideas").orderBy("number", Query.Direction.ASCENDING)
Posted by: Guest on January-30-2021

Code answers related to "sort with respect to field firebase"

Browse Popular Code Answers by Language