Prashant Jain

Results 5 comments of Prashant Jain

@milosmns @ahmadalibaloch Any updates on this one? I expected this to be default behaviour, so value changed is fired only when drag has finished.

@blazsolar when I set textColor in xml attribute, all the items are shown in same color. How to identify which item is actually selected, they all look the same. The...

@blazsolar ok, got this. need to setup a selector for text color, that solves it. But it does not give as good a effect as it could with a background...

This is how i resolved it : And filepaths.xml is : ``` ```

This is how I resolved it: this is how i used it : functions.database.ref('/my/path/${uid}') expected : functions.database.ref(`/my/path/{uid}`) 1) Changed ' to ` 2) Removed $ before variable name This issue...