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
Copy file name to clipboardExpand all lines: app/src/main/res/values/strings.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
<stringname="desc_chat">Demonstrates using a FirebaseRecyclerAdapter to load data from Firebase Database into a RecyclerView for a basic chat app.</string>
9
9
<stringname="desc_auth_ui">Demonstrates the Firebase Auth UI flow, with customization options.</string>
10
-
<stringname="desc_image">Demonstrates displaying an image from Firebase Storage using Glide.</string>
10
+
<stringname="desc_image">Demonstrates displaying an image from Cloud Storage using Glide.</string>
11
11
12
12
<!-- strings for Auth UI demo activities -->
13
13
<eat-comment/>
@@ -47,7 +47,7 @@
47
47
<stringname="configuration_required">Configuration is required - see README.md</string>
<stringname="enable_smartlock">Enable SmartLock for Passwords</string>
50
-
<stringname="rational_image_perm">This sample will read an image from local storage to upload to Firebase Storage.</string>
50
+
<stringname="rational_image_perm">This sample will read an image from local storage to upload to Cloud Storage.</string>
51
51
<stringname="anonymous_auth_failed_msg">Anonymous authentication failed, various components of the demo will not work. Make sure your device is online and that Anonymous Auth is configured in your Firebase project(https://console.firebase.google.com/project/_/authentication/providers)</string>
52
52
<stringname="extra_google_scopes">Example extra Google scopes</string>
0 commit comments