szaranger / firebase-saga

A library for connecting redux-saga middleware to Firebase.
58 stars 15 forks source link

Minor issue in Blog example #9

Closed johnmw closed 8 years ago

johnmw commented 8 years ago

Hi, there appears to be a minor issue in the Blog example that threw me when I was playing with it:

This does not look correct:

export const POST_CREATED = 'POST_RECEIVED';

here:

https://github.com/szaranger/firebase-saga/blob/master/examples/blog/src/actions/index.js#L11

(otherwise, thanks a lot, it has helped me a lot :)

szaranger commented 8 years ago

Thanks @johnmw for pointing out this issue. It's been fixed now. And glad to be a help :)