Ionic backend options/comparisons

Making a web-only app where users will share files to a limited number of people. What options are out there for backends? What is the best option? Any other guidance you can provide would be appreciated.

Cheers,

Brett

  1. Firebase where you can create users and group them using realtime database or storage.
  2. AWS it also provide to save data.
1 Like

Thanks!

Any other opinions out there?