I am working on creating versions of the maps while we require to create the service geodatabase
ArcGISRuntimeEnvironment.setApiKey(BuildConfig.API_KEY)
// hardcode user credentials since this sample has been setup to work with this specific // service. Normally you'd handle authentication with the
AuthenticationChallengeHandler serviceGeodatabase.credential = UserCredential(getString(R.string.editor01_username), getString(R.string.editor01_password))
// load the service
geodatabase serviceGeodatabase.loadAsync()
I am confused about how to use the OAuth and provide user credentials as I logged in through Gmail