Posts by Luiz • 23 points
2 posts
-
2
votes0
answers275
viewsQ: Define Matdatepicker component format
How to define component format Datepicker in Angular 6. In my Angular 6 application, I am working with the database Cloud Firestore of Firebase. When performing a document query, when the document…
-
0
votes1
answer160
viewsQ: Where in string list does not work Cloud Firestore
I am unable to return the documents from a collection where this document has a field called tags that is a list of strings with the tag ID. Below follows the code of what I’m trying to do: document…