How to implement offline sync with local sqlite xamarin forms?

Black Sheep 1 Reputation point
2021-02-06T20:37:42.78+00:00

Hi, I'm creating a mobile app using Xamarin forms and data is being stored in a local SQLite database. I want multiple users to be able to access and change this data in real time and it to sync over Azure. I've already got authentication through B2C so I'd like all of my sync calls to go through my functions apps so that it can check their credentials with my B2C. I tried following Microsoft courses AZR110 and AZR115 but it looks like they are deprecated as they are telling me to use the 'Mobile App' Azure service and I can't find that service anywhere in the Azure portal. Is there an Azure product that can sync SQLite data without me having to basically code the all of the sync logic?

Developer technologies .NET Xamarin
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,909 questions
Microsoft Security Microsoft Entra Microsoft Entra External ID
SQL Server Other
{count} votes

1 answer

Sort by: Most helpful
  1. ErikEJ 341 Reputation points MVP
    2021-02-07T18:04:13.74+00:00

    Have a look at this library https://dotmimsync.readthedocs.io/

    1 person found this answer 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.