1.0.3 • Published 8 years ago

@kadira/storybook-channel-firebase v1.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

Firebase Channel

Firebase channel for Kadira Storybooks. This channel can be used when the Storybook Renderer should communicate with the Storybook Manager over the internet. A channel can be created using the createChannel function.

import createChannel from '@kadira/storybook-channel-firebase'

const channel = createChannel({
  url: 'https://my-app.firebaseio.com/path/to/ref'
})