Socket
Book a DemoInstallSign in
Socket

firebase-saga-example-blog

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firebase-saga-example-blog

A blog app to demonstrate the use of firebase-saga

latest
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

Blog - A demo app for firebase-saga

A library for connecting redux-saga middleware to Firebase.

Getting started

Install

$ npm install

Example JSON to import into Firebase

You can import a JSON file similar to following into Firebase.

{
  "6c84fb90-12c4-11e1-840d-7b25c5ee775a" : {
    "body" : "Hi there! this is my first post!",
    "timestamp" : 1469938836249,
    "title" : "First Post"
  },
  "76b64b4b-9578-484f-b691-543da755dab2" : {
    "body" : "This is my second post",
    "timestamp" : 1469939258836,
    "title" : "Second Post"
  }
}

Running

$ npm start

Open a web browser and run the URL shown in the console.

Keywords

firebase

FAQs

Package last updated on 02 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts