i’m new to flutter and need some helpguidance. As title says, i want to securely(somehow to protect files from others) share files between users within app (e.g. pdf’s, audio).
So main questions are:
- What service should i use for storage (Cloud Storage, S3 etc.)
- How can i protect files within app, for example, one user shares file to second user and only these two user must have access to file.
New contributor
strangeclouds is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.