Viktor Yordanov
Viktor Yordanov
I have the following case: I'm fetching from API, decoding the response to concrete model. After that the model gets store in Cache (HybridStorage). Everything is fine until I'm trying...
I've installed react-flatpickr (3.10.13 version) as a dev dependency. When clearing the date via a button, onChange prop does not trigger my custom function. Here's an example of my code:...
I'm frustrating with the inability to count my documents in a collection. it is described [here](https://firebase.google.com/docs/firestore/query-data/aggregation-queries#use_the_count_aggregation) that in Java you can count the documents when you get the `CollectionReference` and...