Skip to content
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.08 KB

Status: Archived

This repository has been archived and is no longer maintained.

status: inactive

This sample is deprecated. For a Firebase v3.x sample see: https://github.com/firebase/quickstart-android

Firebase Chat for Android

A simple chat application that built with Firebase on Android.

Screenshot

Setup

Update MainActivity and replace https://android-chat.firebaseio-demo.com with a reference to your Firebase.

What's here

This application's FirebaseListAdapter demonstrates binding Firebase to an Android ListView. Firebase keeps the list data up to date based on a mapping to a model class.

More about Firebase on Android

You can do lots more with Firebase on Android. Check out our Android Quickstart guide to learn more.