Skip to content

Commit daaa940

Browse files
committed
More instructions
1 parent e29cec4 commit daaa940

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,14 @@ You can log into the [FusionAuth admin UI](http://localhost:9011/admin) and look
3636
### Running the Android App
3737

3838
- Open this project's `complete-application` folder in [Android Studio](https://developer.android.com/studio).
39+
- Expose FusionAuth to the internet, via a tool like ngrok.
40+
- Update the tenant `Issuer` value to be the public FusionAuth URL.
41+
- Create new JWT signing keys.
42+
- Update the `discovery_uri` field in `complete-application/app/res/raw/auth_config.json` with the value of the public FusionAuth hostname.
3943
- Either [connect a hardware device](https://developer.android.com/studio/run/device) or create an Android Virtual Device to run the [Android Emulator](https://developer.android.com/studio/run/emulator).
4044
- [Build and run the app](https://developer.android.com/studio/run/) following Android Studio guidelines.
4145

4246
### Further Information
4347

44-
Visit https://fusionauth.io/docs/quickstarts/quickstart-android-java-native for a step-by-step guide on how to build this Android app from scratch.
48+
Visit https://fusionauth.io/docs/quickstarts/quickstart-android-java-native for a step-by-step guide on how to build this Android app from scratch, including more details about the tenant and application settings.
4549

0 commit comments

Comments
 (0)