SharePoint

For corporate environments we have a SharePointDataSource that allows you to use SharePoint as a data store for your app's models.

It uses SharePoint's List structures to save data in a way like we do with Firebase.

Most of the larger corporations have strict security policies on using off-campus data stores, and setting up an on-campus solution can be time consuming. Luckily, most large corporations already have a SharePoint platform running, and a server management team to maintain it.

We simply hook into a new Site on SharePoint, create Lists to store the data in, and synchronise data between SharePoint and your app. In real time.

We wanted to share this component with everyone because we feel it solves a big problem, and nothing like it exists for our purpose.