Uploading Files in Vue Firestore App
· ☕ 4 min read
Firestore is a super easy way to configure your backend. Firestore provides a range of services anywhere from a database, user authentication, to using machine learning for many use-cases.
One of the many things you do in a typical app is to enable users to store files. While some find it easier to store files in database (huh?