Why is firebase in Groceries.js?
See original GitHub issueThis is an awesome boilerplate, thanks for sharing it! I am confused why the firebase code is in Groceries.js and not separated into an action creator? I am also curious if there is a reason you did not include a child_changed
listener?
I am just digging in, so the answer might become obvious soon
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
React JS Grocery List Firebase DB - CodeSandbox
CodeSandbox is an online editor tailored for web applications.
Read more >Learn more about Web and Firebase - Google
The Firebase JavaScript SDK allows you to initialize and use multiple Firebase projects in a single app at the same time, with each...
Read more >ShoppingBuddy - Devpost
Lastly, as it was our first time using Firebase, we learned how to incorporate this backend feature for authentication and storing grocery items...
Read more >JS: Error in firebase.init: Error: java.lang.IllegalStateException ...
Hi! When I created a project on Firebase, I simply set the project name to be "test" and added it to my Android...
Read more >Cloud Functions for Firebase organization - Stack Overflow
Ideally I'd love to be able to move an entire onWrite event trigger to another file. EXAMPLE in index.js: exports.sysQueueUserNew = functions.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@milesibastos oops - thanks for spotting that. I’ve added it: https://github.com/bruz/react-native-redux-groceries/commit/93667ffc111559fffacc2fa9cd7c184cd52c3406
I think u forgot the file referred by:
import { syncFirebase } from '../firebase'