ChatApp
ChatApp copied to clipboard
Open-source chatting application powered by Google's Firebase.
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

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.jsoninto 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, selectFunctionsusing theSpacekey and hitEnter - Select your App, then
javascript,Non ESLint, andYon dependendcies with npm. - Navigate
functionsfolder and replaceindex.jswith this - Type
firebase deployand 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.