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 has been 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
The text was updated successfully, but these errors were encountered:
avenmia
changed the title
Determine whether or not we can commit the client IDs needed for android or if they need to be injected
Determine whether the client IDs used for android are secrets
May 3, 2022
In order to get the app to run on android, I needed to add the following:
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
The text was updated successfully, but these errors were encountered: