How to create a chat application with Firebase and Android? [closed]

1

I want to create a chat with Android and Firebase, all the tutorials I saw on the internet are not complete.

I would like to know how you chat using these two tools. You do not need to be like Whatsapp, but you can achieve the goal of sending and receiving messages.

    
asked by anonymous 07.11.2016 / 21:17

2 answers

1

First step is to set up a Firebase Cloud Messaging client application on Android . Then you can start by using FriendlyChat . It includes initial and final code versions for the Web, Android , Objective- C and Swift. To get started, see the links below for codelab instructions from the following platforms:

09.11.2016 / 12:59
0

Here are several examples.

link

including the official firebases

    
10.11.2016 / 20:50