Improve documentation
Describe the problem
Currently there is no dedicated guide on how to best work with Cloud Files and the best practices. I think this would be a great addition to share knowledge to avoid and future scalability issues.
Additional context
Here are some of my notes of things that could be included:
- Recommended to have a dedicated Parse class for files (this can be questioned when scaling the database)
- When another class is using a file, it should be a pointer?
- I want to update an image, then I have to delete the old one and upload the new one. What is the best way to ensure I never lose anything?
- In Parse there is a File type column, that can be connected directly with the Cloud File. https://docs.noodl.net/2.9/nodes/data/cloud-data/upload-file
Improve documentation
Describe the problem
Currently there is no dedicated guide on how to best work with Cloud Files and the best practices. I think this would be a great addition to share knowledge to avoid and future scalability issues.
Additional context
Here are some of my notes of things that could be included: