2

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

  • Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Aug 28 '22 at 19:19
  • 1
    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 May 27 '23 at 20:18

2 Answers2

5

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.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
1

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