Skip to content

x-publisher/firebase-blog-crud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Firebase Blog

Stable version on master branch. Use dev branch for Pull Request or development.

Usage

Go to Firebase Console, copy firebase config and paste it at the snippet below

let config = {
  apiKey: "<API-KEY>",
  authDomain: "<AUTH-DOMAIN>",
  databaseURL: "<DATABASE-URL>",
  projectId: "<PROJECT-ID>",
  storageBucket: "<STORAGE-BUCKET>",
  messagingSenderId: "<MESSAGING-SENDER-ID>"
};

Demo

http://firebase-blog.netlify.com

About

A Simple realtime CRUD for web app with Firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 49.9%
  • JavaScript 46.9%
  • CSS 3.2%