Uploading Images to Cloud Storage Using Flutter
I’ve used Google’s Firebase/Firestore database solution for nearly 6 months and had come to believe that it was an unstoppable force. If you’re only dealing with numbers, strings, and other simple data forms, this is true. The NoSQL database gives you immense control over how you store information a provides querying tools that can be used to find items meeting very specific criteria in a snap. But if you’re interested in storing and retrieving larger files like images and audio clips, Firestore is not the solution you need. ...