chat app
1.0.0
Last Update: 06/27/2022
New Update: Download Here 11/23/2022
Next Update: April - May 2023
This source code is outdated, and I decided to make an updated one, then use linkvertise (short link with ads). Sorry for that. You can download the source code here.
Firebase Project
- Create a Project in Firebase
- Turn on Realtime Database
- Turn on Storage
- Turn on Authentication (Google & Email)
- Download FirebaseConfig -- Drop it for config.js
Config.js
Replace the code in FirebaseConfig inside the config.js file:
const firebaseConfig = { apiKey : "PUNYA-KAMU" , authDomain : "PUNYA-KAMU" , databaseURL : "PUNYA-KAMU" , projectId : "PUNYA-KAMU" , storageBucket : "PUNYA-KAMU" , messagingSenderId : "PUNYA-KAMU" , appId : "PUNYA-KAMU" } ;Language.js
Replace and adjust as desired