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
<stringname="desc_auth">Demonstrates the Firebase Auth UI flow, with customization options.</string>
13
13
<stringname="desc_anonymous_upgrade">Demonstrates upgrading an anonymous account using FirebaseUI.</string>
14
14
<stringname="desc_firestore">Demonstrates using a FirestoreRecyclerAdapter to load data from Cloud Firestore into a RecyclerView for a basic chat app.</string>
15
15
<stringname="desc_firestore_paging">Demonstrates using a FirestorePagingAdapter to load/infinite scroll paged data from Cloud Firestore.</string>
16
16
<stringname="desc_realtime_database">Demonstrates using a FirebaseRecyclerAdapter to load data from Firebase Database into a RecyclerView for a basic chat app.</string>
17
-
<stringname="desc_paging_database">Demonstrates using a FirebaseRecyclerPagingAdapter to load/infinite scroll paged data from Firebase Database.</string>
17
+
<stringname="desc_realtime_database_paging">Demonstrates using a FirebaseRecyclerPagingAdapter to load/infinite scroll paged data from Firebase Realtime Database.</string>
18
18
<stringname="desc_storage">Demonstrates displaying an image from Cloud Storage using Glide.</string>
19
19
20
20
<!-- Auth UI -->
@@ -120,8 +120,6 @@
120
120
<stringname="start_chatting">No messages. Start chatting at the bottom!</string>
121
121
<stringname="signing_in">Signing in…</string>
122
122
<stringname="signed_in">Signed In</string>
123
-
<stringname="post_text_title">Title</string>
124
-
<stringname="post_text_body">Body</string>
125
123
<stringname="anonymous_auth_failed_msg">
126
124
Anonymous authentication failed, various components of the demo will not work.
127
125
Make sure your device is online and that Anonymous Auth is configured in your Firebase project
privatestaticfinalStringSTATUS_DATABASE_NOT_FOUND = "DATABASE NOT FOUND";
38
-
privatestaticfinalStringMESSAGE_DATABASE_NOT_FOUND = "Database not found at given child path!";
39
-
privatestaticfinalStringDETAILS_DATABASE_NOT_FOUND = "Database Children Not Found in the specified child path. Please specify correct child path/reference";
0 commit comments