zumardirahman / firebase-chat

Aplikasi Chat Sederhana Menggunakan Firebase Berbasis WEB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get Started

Author : Zumardi Rahman

Running App

    git clone "https://github.com/zumardirahman/firebase-chat.git"

configuration your firebase

paste your config firebase at public/app.js

    apiKey: "",
    authDomain: "",
    databaseURL: "",
    projectId: "",
    storageBucket: "",
    messagingSenderId: "6901613837",
    appId: "",

start serve

    firebase serve

About

Aplikasi Chat Sederhana Menggunakan Firebase Berbasis WEB


Languages

Language:JavaScript 44.5%Language:HTML 28.6%Language:CSS 26.9%