i am planning to create an array of only 5 elements max in firestore like this Array a = [1,2,3,4,5]
then add element 6 it will look like this
Array a = [2,3,4,5,6]
Anonymous Asked question May 13, 2021
Let's go Yeaaaaah!
i am planning to create an array of only 5 elements max in firestore like this Array a = [1,2,3,4,5]
then add element 6 it will look like this
Array a = [2,3,4,5,6]
Recent Comments