You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2024. It is now read-only.
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