How can one create a document in Firestore using the Firebase console that is an array of objects? Such as:
myarray: [
{hello: "world"}
]
I tried the following:
But this is the result:
It must be a bug, i tried my self and got same result. But i found a workaround.
First create the collection and document first and click save.
then click +ADD FIELD and only add your array myarray
lastly click the + button on myarray and add your objects.
Basically do it one by one.
Object type option, how did you get Object to show up in your UI? stackoverflow.com/questions/72707950/…
Objecttype option, how did you get Object to show up in your UI? stackoverflow.com/questions/72707950/…