Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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: 2024-11-07T15:24:16.120Z (3 months 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
![Logo](https://raw.githubusercontent.com/Surajpurohitcode/ChitChat/master/media/logo_for_git.png)
# 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 |
| :-------- | :------- | :------------------------- |
| ![Splash](https://github.com/Surajpurohitcode/ChitChat/blob/master/media/Mockup_01.png) | ![App Screenshot](https://github.com/Surajpurohitcode/ChitChat/blob/master/media/Mockup02.png) | |## 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.