flutterfirebasegoogle-cloud-storage

Can we use Cloud storage in flutter web?


I am not able find the correct answer as if one can tell me if yes then how and if no then what is the preferred database just like firebase that integrate with all the three android web and IOS fully


Solution

  • There is a firebase.dart package that for a long time has been usable on the web. There's even an example page in the repo.

    Right now it's in a state of limbo though, as the same functionality is being added to the firebase_storage package in the FlutterFire repo, but web support hasn't been completed there yet.