I am trying to build a cross platform app. I have used firebase for database. Anyway to use firebase storage for flutter desktop ?(Windows)
Asked
Active
Viewed 1,361 times
3
-
According to https://firebase.flutter.dev/ Firebase Storage is support on macOS desktop. What problem do you run into when using it? – Frank van Puffelen Apr 13 '21 at 14:15
-
1I want to build for windows dektop – S Sharanya Bharghavi Apr 15 '21 at 03:06
-
Any Updates on it? or any way around to use storage with desktop? – Deepak sharma Feb 08 '22 at 20:45
-
Hi, for anyone who is interested in the official flutterfire desktop. please upvote for the feature request in the link below. thanx! https://firebase.uservoice.com/forums/948424-general/suggestions/46591750-desktop-windows-linux-macos-support-for-flutte – HW Kim Jun 02 '23 at 07:02
1 Answers
2
There is currently no support for running Flutter apps that use Firebase Realtime Database for Windows. Only macOS is supported according to the table on firebase.flutter.dev.
Also see:

Frank van Puffelen
- 565,676
- 79
- 828
- 807
-
-
Same answer from the same [table](https://firebase.flutter.dev/) though. ¯\\_(ツ)_/¯ – Frank van Puffelen Apr 21 '22 at 23:39