We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mRef
1 parent deb25cb commit 33253cbCopy full SHA for 33253cb
app/src/main/java/com/firebase/uidemo/database/ChatActivity.java
@@ -51,6 +51,7 @@ public class ChatActivity extends AppCompatActivity implements FirebaseAuth.Auth
51
private static final String TAG = "RecyclerViewDemo";
52
53
private FirebaseAuth mAuth;
54
+ private DatabaseReference mRef;
55
private DatabaseReference mChatRef;
56
private Button mSendButton;
57
private EditText mMessageEdit;
0 commit comments