Is there any alternative to firestore?

MG Bhadurudeen 626 Reputation points
2021-01-05T14:30:49.137+00:00

Hello, I am developing uwp apps, I am using local SQLite DB to store user records. Now, I want to store it in a cloud DB. So far I have read about google firestore DB, which provides offline support as mentioned in their documentation, "Cloud Firestore caches data that your app is actively using, so the app can write, read, listen to, and query data even if the device is offline. When the device comes back online, Cloud Firestore synchronizes any local changes back to Cloud Firestore."

I am a Microsoft lover, I want nearly the same type of DB from Microsoft cloud services, Is there any perfect or a better alternative to firestore, with offline support?

Thank you.

Azure SQL Database
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,672 questions
0 comments No comments
{count} votes

Accepted answer
  1. KalyanChanumolu-MSFT 8,336 Reputation points
    2021-01-06T04:23:18.243+00:00

    @MG Bhadurudeen Thank you for reaching out.
    Yes, there is an alternative. You should try Azure Mobile Apps client libraries for .Net
    Offline support is available with this client library.

    ----------

    If an answer is helpful, please "Accept answer" or "Up-Vote" for the same which might be beneficial to other community members reading this thread.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.