Hello! I'm trying to do simple image upload then place it in a grid but I'm stuck with snackbar that says uploading file and then it will fail eventually.
Here's my process.
1. User taps Upload button
2. User select/s image from their Gallery
3. Images will instantly feed the grid above the button.
My Setup
It works when I use Bytes instead of URLs but I need URLs for this part although I'm not sure if using Bytes are more practical and common.