Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Determine whether the client IDs used for android are secrets #40

@avenmia

Description

@avenmia

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions