Reputation: 1049
I'm building a desktop application with Flutter. Operating system Windows. I will do operations with Firebase Storage in this program. But I don't know which platform to install.
Which one should I continue with?
Upvotes: 0
Views: 180
Reputation: 599091
firebaser here
For the moment you'll have to create an iOS+
app descriptor in Firebase for your Mac application, with the little +
after iOS indicating "other Apple platforms". We're working on making this more obvious.
Update: Oops, I see I misread your target platform. Windows is currently not a supported platform for the Firebase plugins for Flutter. See the supported platforms in the Firebase documentation for Flutter.
Upvotes: 1