|
1 |
| -<resources xmlns:tools="http://schemas.android.com/tools"> |
2 |
| - <!-- Example: project-id.firebaseapp.com. Used for OAuth redirects --> |
| 1 | +<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="UnusedResources"> |
| 2 | + <!-- See auth/src/main/res/values/config.xml for documentation --> |
| 3 | + |
3 | 4 | <string name="firebase_web_host" translatable="false">CHANGE-ME</string>
|
4 | 5 |
|
5 |
| - <!-- |
6 |
| - The Facebook Application ID associated with this Android application. To |
7 |
| - use Facebook accounts with the demo application, register an application |
8 |
| - and provide your value here. |
9 |
| - --> |
10 | 6 | <string name="facebook_application_id" translatable="false">CHANGE-ME</string>
|
| 7 | + <string name="facebook_login_protocol_scheme" translatable="false">fbYOUR_APP_ID</string> |
11 | 8 |
|
12 |
| - <!-- Facebook Application ID, prefixed by 'fb'. Enables Chrome Custom tabs. --> |
13 |
| - <string name="facebook_login_protocol_scheme" translatable="false" tools:ignore="UnusedResources">fbYOUR_APP_ID</string> |
14 |
| - |
15 |
| - |
16 |
| - <!-- |
17 |
| - Your Twitter Consumer Key. To use Twitter accounts with the demo application, register an |
18 |
| - application with Twitter and provide the following two values. |
19 |
| - --> |
20 | 9 | <string name="twitter_consumer_key" translatable="false">CHANGE-ME</string>
|
21 |
| - |
22 |
| - <!-- |
23 |
| - Your Twitter Consumer Secret. |
24 |
| -
|
25 |
| - WARNING: By obtaining your Consumer Key and Consumer Secret other programs can perform API |
26 |
| - operations as your app. Embedding the Consumer Key and Consumer Secret in your app, no matter |
27 |
| - how obfuscated, makes it vulnerable to being stolen. |
28 |
| - --> |
29 | 10 | <string name="twitter_consumer_secret" translatable="false">CHANGE-ME</string>
|
30 | 11 |
|
31 |
| - |
32 |
| - <!-- |
33 |
| - Your GitHub Client ID. To use GitHub accounts with the demo application, register an |
34 |
| - application with GitHub and provide the following two values. |
35 |
| - --> |
36 | 12 | <string name="github_client_id" translatable="false">CHANGE-ME</string>
|
37 |
| - |
38 |
| - <!-- |
39 |
| - Your GitHub Client Secret. |
40 |
| -
|
41 |
| - WARNING: By obtaining your Client ID and Client Secret other programs can perform API |
42 |
| - operations as your app. Embedding the Client ID and Client Secret in your app, no matter |
43 |
| - how obfuscated, makes it vulnerable to being stolen. |
44 |
| - --> |
45 | 13 | <string name="github_client_secret" translatable="false">CHANGE-ME</string>
|
46 | 14 | </resources>
|
0 commit comments