Firebase – Should I put a array as individual documents or one document?
I have a list of URLs that are linked to the user. Currently, once the user adds those URLs to the app, I'm saving each URL as an individual document and then read any document that matches their UID. Is…