Aabhushan12
Aabhushan12

Reputation: 29

Can I use firebase as a backend for flutter desktop app? If so how?

I am building a desktop app using flutter. Can I use firebase as a backend for that? If so how?

Upvotes: 2

Views: 2408

Answers (2)

Samier Shovo
Samier Shovo

Reputation: 148

Officially it supports only on macOs, it doesn't support on windows. You can use firedart package Click here to use firebase on windows.

Upvotes: 1

Frank van Puffelen
Frank van Puffelen

Reputation: 598797

If you check the Firebase documentation on the available plugins there's a table exactly describing which ones also work (in beta) on macOS:

enter image description here

If you want to go beyond macOS, also see:

Most of these point to using the REST APIs of the various Firebase products.

Upvotes: 5

Related Questions