Posts by izadora • 1 point
2 posts
-
-2
votes1
answer16
viewsQ: The app closes when the user leaves the account
When the user leaves the account the application closes. The problem arose when I changed the rules of the Altime from that { "rules": { ".read": true, ".write": true } } for that reason { "rules":…
-
-1
votes1
answer28
viewsQ: how to filter what will appear in Recyclerview
I want to filter what will appear in Recyclerview, is possible? There is a Calendarview and I want that when someone clicks on a day from the calendarview, it shows itemviews only from that date,…