Skip to content

sujaynaik/Firebase_ChatApp

Repository files navigation

Firebase_ChatApp

Quick start Firebase based Android Chat Application

IMPORTANT NOTE -Please replace google-services.json file with yours in app folder

  • In ChatActivity.java the logic used to identify current user and other user is :

    1. /*** Current user id*/ public static final int MY_ID = 1;
    2. /*** Other user id*/ public static final int OTHER_ID = 2;

    Use this according to your need

About

Quick start Firebase based Android Chat Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages