You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pretty new to Firebase and i am not sure that if what i am asking is it possible. With that said, i am trying to implement a structure like this one ---> users(collection) ----> email(document) ----> New collection(collection) ...... I have gone through most of the code in scripts but i cannot figured out a way to add a collection nested to document. I can create a dictionary to document but my goal is to have a new collection attached to the doc. To make it more clear, projectName>users(col)>email(doc)>newCollection. Any idea?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Pretty new to Firebase and i am not sure that if what i am asking is it possible. With that said, i am trying to implement a structure like this one ---> users(collection) ----> email(document) ----> New collection(collection) ...... I have gone through most of the code in scripts but i cannot figured out a way to add a collection nested to document. I can create a dictionary to document but my goal is to have a new collection attached to the doc. To make it more clear, projectName>users(col)>email(doc)>newCollection. Any idea?
Beta Was this translation helpful? Give feedback.
All reactions