SaveMyBike mobile app
Replace in app/src/debug/res/values/google_maps_api.xml YOUR_KEY_HERE with the correct key (Starts with AIza...)
Configure the application as following to setup to work with dev resources.
app/src/main/java/it/geosolutions/savemybike/data/Constants.java: change PORTAL_ENDPOINT and UPLOAD_RESOURCE to related dev URLs:
public final static String PORTAL_ENDPOINT = "https://dev.savemybike.geo-solutions.it/"; // DEV
public final static String UPLOAD_RESOURCE = "upload-dev/"; // DEV
app/src/main/res/raw/auth_config.json: change discovery_uri as following
discovery_uri": "https://dev.savemybike.geo-solutions.it/auth/realms/save-my-bike/.well-known/openid-configuration",