SJ Singh

Results 3 issues of SJ Singh

Flutter firestore has something like this to add items to arrays ``` Firestore.instance .collection('YourCollection') .document('YourDocument') .updateData({'array':FieldValue.arrayUnion(['data1','data2','data3'])}); ``` Is this possible with this library yet? The nodejs library also has the...

enhancement

I have internal server and I don't have a "trusted" cert. Getting the following error stacktrace if I run any command: Traceback (most recent call last): File "/usr/local/bin/xserverpy", line 11,...

This is nice for backward capability but will this use UIStackView if it's on iOS9?

enhancement