Emir Bolat
Emir Bolat

Reputation: 1049

Which platform should be installed to use Firebase Storage in Flutter Desktop?

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?

enter image description here

Upvotes: 0

Views: 180

Answers (1)

Frank van Puffelen
Frank van Puffelen

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

Related Questions