https://github.com/surajpurohitcode/chitchat
ChitChat:- android real-time chat app using firebase sdk.
https://github.com/surajpurohitcode/chitchat
android-app android-application android-studio chat-application firebase-auth firebase-database firebase-realtime-database java messaging-app
Last synced: 3 days ago
JSON representation
ChitChat:- android real-time chat app using firebase sdk.
- Host: GitHub
- URL: https://github.com/surajpurohitcode/chitchat
- Owner: Surajpurohitcode
- Created: 2023-10-14T18:56:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-16T17:52:01.000Z (over 1 year ago)
- Last Synced: 2025-05-29T13:49:27.458Z (28 days ago)
- Topics: android-app, android-application, android-studio, chat-application, firebase-auth, firebase-database, firebase-realtime-database, java, messaging-app
- Language: Java
- Homepage:
- Size: 280 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# ChitChat
ChitChat real-time chat application for android using firebase.
## Tech Stack
#### Technologies
Android, Java#### Firebase
* Authentication
* Realtime Database
* Storage## Features
- Realtime chats updates
- phone auth system
- update profile images and bio
- lock your chats## Screenshot
### Chats | Notifications | Users
| Splash Sceen | Onboarding Screen | Chat Screen |
| :-------- | :------- | :------------------------- |
|  |  | |## Demo
Insert gif or link to demo
## Setup
#### Requirements
* Basic knowledge about Android Studio
* Basic knowledge about Firebase
* Basic knowledge of core java
* Sdk version 24#### Git Clone
```bash
gh repo clone Surajpurohitcode/ChitChat
```#### Firebase
* Setup Authentication and use the Sign-in method 'phone Authentication'
* Setup Realtime Database
* Setup Storage
* Replace the file [google-services.json](app/google-services.json)
* Note: Download the google-services.json file after the Firebase services are set up to automatically include the services in the json file.
* Note: When updating the google-services.json file then make sure to invalidate the caches as well as doing a clean + rebuild.