Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

firebase query timestamp

Query query = mFirestore.collection("rootcollection")
    .orderBy("timestamp", Query.Direction.DESCENDING)
    .whereEqualTo("month", 3);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #firebase #query #timestamp
ADD COMMENT
Topic
Name
3+7 =