The only ways to connect with Firebase are by an Android, an iOS and a web app. There is no support for desktop apps . But, you can create a native sync service to link your desktop app with Firebase users throught a web service.
Read moreIs Firebase mobile only?
The Firebase console is here. A different setup is required for different types of applications. The main ones are Android, iOS, and web applications . The setup instructions can be found in the official Firebase Guides.
Read moreDoes Firebase support queries?
The Firebase Blog: Cloud Firestore Now Supports IN Queries !
Read moreHow do I run Firebase function on emulator?
Run functions locally
Read moreHow do I deploy a Firebase emulator?
To install the Emulator Suite:
Read moreIs Firebase Cloud Functions good?
If you are already using Firebase, it’s really a no brainer. Firebase Cloud Functions are a great complement for your project, even if the service is still in beta . On the other hand, it’s fair to say the competition has a more mature product.29 May 2018
Read moreWhat is the purpose of Cloud Functions?
Cloud Functions removes the work of managing servers, configuring software, updating frameworks, and patching operating systems . The software and infrastructure are fully managed by Google so that you just add code. Furthermore, provisioning of resources happens automatically in response to events.
Read more