Skip to content

Commit d0c1615

Browse files
committed
fix: update placeholders in strings.xml
1 parent 17319ed commit d0c1615

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<resources>
22
<string name="app_name">FirebaseUI Demo</string>
33

4-
<string name="firebase_web_host" translatable="false">temp-test-aa342.firebaseapp.com</string>
4+
<string name="firebase_web_host" translatable="false">CHANGE-HERE</string>
55

66
<!-- Facebook SDK Configuration -->
7-
<string name="facebook_application_id" translatable="false">879782018043124</string>
8-
<string name="facebook_login_protocol_scheme" translatable="false">fb879782018043124</string>
9-
<string name="facebook_client_token" translatable="false">3f03c9e0b3b4e084636d7bebd5f3633a</string>
7+
<string name="facebook_application_id" translatable="false">APP-ID</string>
8+
<string name="facebook_login_protocol_scheme" translatable="false">fbAPP-ID</string>
9+
<string name="facebook_client_token" translatable="false">CHANGE-HERE</string>
1010
</resources>

0 commit comments

Comments
 (0)