Simple Chat

Additional

Language
Java
Version
N/A
Created
Aug 22, 2016
Updated
Nov 7, 2018 (Retired)
Owner
Dan Ξ (AndreiD)
Contributors
Dan Ξ (AndreiD)
Subhrajyoti Sen (SubhrajyotiSen)
2
Activity
Badge
Generate
Download
Source code

🔥 Simple Chat

The best room chat system for Android. Real-time, IRC Style using firebase as database

Sadly, I don't have time to maintain this. If you'd like to be a maintainer, drop me a message in an issue

We bring you a super simple room style chat that you can use in your apps and let the users communicate between themselves and/or with you.

❤️ Features:

  • REALTIME!
  • Very easy to integrate in your project
  • Anonymous users or with their own username
  • Anti-flood protection
  • Profanity filter
  • Change nickname notifications
  • Helper methods for customizations

Installation Guide:

Step 1

You should get familiar with Firebase (at least a little) before. https://firebase.google.com/docs/android/setup

Step 2

Because you'll want to modify this to something custom (colors, logic, your auth system etc) there's no point in making a gradle library for this.

Create a new firebase project https://firebase.google.com/console/ and keep your google-service.json file somewhere safe.

Clone, fork or download a zip and check the files. There's no magic inside and I've tried to keep everything as simple as possible. Star this repository :)

Step 3 (Optional)

👮 You might want to implement your auth system, using firebase or your own.

Step 4

???

Step 5

Profit

💬 Release History

  • 0.0.1
    • HELLO WORLD! 🔥

👽 TODO List

Waiting for your suggestions/bug reports

👍 License

Copyright 2016 - present AndroidAdvance.com

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.