How to upload an image file to Firebase Storage on Flutter web?
Flutter web does not support the same API as Android and iOS versions of the app for uploading an image file to Firebase Storage.
What are the options for uploading an image file to Firebase Storage on Flutter web?
- Uploading the file directly to Firebase Storage
- Sending a multipart request to a Firebase Cloud Function