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
Currently, each file upload in a request gets converted into an object that is then passed as an inline value to storage. Instead, each file upload should be an entry in the uploads collection, and the file upload key is a reference by record ID.
The text was updated successfully, but these errors were encountered:
Currently, each file upload in a request gets converted into an object that is then passed as an inline value to storage. Instead, each file upload should be an entry in the
uploads
collection, and the file upload key is a reference by record ID.The text was updated successfully, but these errors were encountered: