Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 788 Bytes

README.md

File metadata and controls

50 lines (26 loc) · 788 Bytes

firebase-web

Author : Zumardi Rahman

Demo Firebase App

See here : https://fir-app-zum4r.web.app/

Step Build

install firebase secara global

    npm install -g firebase-tools

login firebase

    firebase login

initialize firebase file

    firebase init

add web data to folder public

run server local

    firebase serve

or

run deploy to firebase

    firebase deploy

or

deploy from github to firebase

    firebase init hosting :github

Config Firebase Feature (https://console.firebase.google.com/)

  • Add firebase to your web
  • Create database realtime

Insert Data to RTDB firebase

Get Data from RTDB firebase

CRUD firebase