I am building a desktop app using flutter. Can I use firebase as a backend for that? If so how?
CodePudding user response:
If you check the Firebase documentation on the
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.
CodePudding user response:
Officially it supports only on macOs, it doesn't support on windows. You can use firedart package Click here to use firebase on windows.