How to work with files with a Heroku based web app

  • Add the files in your local file system and commit them to git. Pros: this is a permanent solution. Cons: Is not the simplest one.
  • Create an upload, download service to manage files. For Heroku this is effimeral.
  • Use a third party service to manage files.
  • Firebase
  • AWS
  • Github