The Sambuh app is an Android/iOS app meant to interact with the data provided from the Sambuh API.
The app is constructed in Unity 2018.1.4f1.
https://unity3d.com/get-unity/download/archive
- Clone the project.
- Open Unity and load the project.
- In the Unity project open _Master/EnvironmentConfiguration.cs.
- Enter the URLs for the backend and the federator's login/logout page.
- Configure firebase. Follow step 1 - 4 of the Firebase Setup process to add a Firebase configuration file to Unity. https://firebase.google.com/docs/unity/setup
Ensure that the wanted Targetsite is used in EnvironmentConfiguration.
Refer to Unity's instructions: