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?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,263 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,708 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,639 questions
{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.