In order to get the app to run on android, I needed to add the following:
- google-services.json (in android\app)
- facebook_app_id (in android\app\src\main\res\values)
- facebook_client_token (in android\app\src\main\res\values)
This task is to determine whether or not these are secrets and shouldn't be committed or whether they are public and safe to commit, or some combination
Some Resources:
https://developers.facebook.com/docs/facebook-login/guides/access-tokens
https://developers.google.com/android/guides/google-services-plugin