Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.
/ ChatApp Public archive

Open-source chatting application powered by Google's Firebase.

License

Notifications You must be signed in to change notification settings

iamraf/ChatApp

Repository files navigation

ChatApp v1.1

ChatApp is a project that I started to improve my Android Development knowledge. Later on I have decided to make it public, open source and publish it on Play Store.

It uses Firebase's Authentication/Database/Storage/Messaging/CrashReporting libraries for it's implementation and several other libraries that they are listed on Third Party Notices.

Make sure you read App's Privacy Policy and Terms and Conditions before using it.

Based on Lapit Chat Youtube Series which can be found here.

DOWNLOAD LINK: Play Store

Preview

login

Browse all preview pictures here.

Features

  • Messaging
    • Send and Receive messages with users
    • Send pictures
  • Lists
    • List with your Requests
    • List with your Messages
    • List with your Friends
    • List with all Users
  • Friends
    • Accept or Remove Friends
  • Requests
    • Send or Cancel Friend Request to users
  • Profile
    • Update your Profile Picture
    • Update your Status
    • Update your Cover Picture
    • View other users profile
  • Notifications
    • Notification when you have a new message
    • Notification when you have a new friend request
    • Notification when someone accepts your request

Upcoming

  • Blocking
    • Block user from sending messages

Changelog

Read all Changelog HERE.

Installation

Setting up project

  • Download Project
  • Create a new Firebase Project in console
  • Connect project with Firebase (Tools/Firebase) in Android Studio
  • Generate, download, paste google-services.json into the project

Setting up notifications back-end

  • Create a folder on your Desktop and open it
  • Start CMD (for Windows) or Terminal (for MacOS/Linux)
  • Login on Firebase CLI using firebase login
  • Type firebase init, select Functions using the Space key and hit Enter
  • Select your App, then javascript, N on ESLint, and Yon dependendcies with npm.
  • Navigate functions folder and replace index.js with this
  • Type firebase deploy and you are all set

NOTE: make sure you read project's LICENSE before start playing with it.

License

Copyright 2018 Raf.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Open-source chatting application powered by Google's Firebase.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published