I am building a desktop app using flutter. Can I use firebase as a backend for that? If so how?
Asked
Active
Viewed 1,662 times
2
-
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
-
1Hi, 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 Answers
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:
If you want to go beyond macOS, also see:
- Flutter:How can we use Firebase database with desktop application
- How to integrate flutter windows app with firebase?
- cloud Firestore connect my flutter windows app
- Is there anyway to use firebase storage for flutter desktop?
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.

Samier Shovo
- 88
- 8