Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

210
Views
Is it possible to access the same Firestore collection from both mobile and desktop applications?

I have to deal with a project for which the business needs require a mobile application--built in Flutter; and a desktop application--C# Windows Form App. Both modules are meant to be accessing same collections in the Firebase Firestore, any hints on how it can be achieved? Is there any better alternative for Firestore regarding this use case?

over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

Yes, it can be achieved, but be careful of editing the same document from different devices at the same time, or you will lose data.

Collections are fine.

over 4 years ago · Santiago Trujillo Report

0

I would suggest using a library like FireSharp or something else.

FireSharp

Your biggest problem will be the update on documents if your application will support multi users.

Additionally, I would use a JSON Library like NewtonSoft.

NewtonSoft Libary

Take a look at the documentation from Google:

Google Documentation

An alternative could be a SQL Server where you flutter app and the c# app access. But Firebase is easier to implement in flutter ... but you need to know if your Database should be SQL, or NoSQL (Firebase).

over 4 years ago · Santiago Trujillo Report

0

You can add a web app in the same Firestore project and both mobile and web will access the same collections. Go to project overview --> project settings and choose add app. From there you can add your web app. click on Add app button

The other option you have is to switch to another database solution like mySQL.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!