Upload image file to Firebase Storage via Flutter web

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

The options for uploading an image file to Firebase Storage on Flutter web are:

  1. Uploading the file directly to Firebase Storage.
  2. Sending a multipart request to a Firebase Cloud Function.

Please note that Flutter web does not support the same API as Android and iOS versions of the app for uploading files to Firebase Storage.