Skip to content

Architecture Overview

Shun Kosaka edited this page Jan 18, 2021 · 9 revisions

To sync the offline survey data to your org with limited Salesforce licenses, this mobile app utilizes Heroku and auth0 app as login API endpoint. The mobile app will authenticate users in auth0 app, and then retrieve an access token to the org, to download the metadata upload the record. To manage the survey and mobile app users in your org, configurable Salesforce package is provided.

Architecture Overview

1. Mobile app

  • Generate survey screens based on your Salesforce settings.
  • Survey records locally stored on your device are uploaded to your Salesforce org.
  • Built on expo platform.

2. Heroku Login API app with Auth0 add-on

3. Salesforce

Clone this wiki locally