Alex Chin
Alex Chin
@dmurvihill was this PR opened on https://github.com/dmurvihill/firebase-mock ? I can't see that it was?
@soumak77 Do you have any timeframe on when you might be merging some of these PR's?
Hello! Just following this up, are we expecting that you should be able to do this: ``` _refresh = async () => { const { firestore, photo } = this.props;...
When placing the connect after firebaseConnect: ```js const Screen = compose( firestoreConnect(props => { console.log(props.params); //
Hi all, will this fix be released in a version > 9.1.0 soon. I can't see a beta release at the moment and I'm also stuck with the error: ```...
Is this also related to ``new NativeEventEmitter()` was called with a non-null argument without the required `addListener` method` that I believe is being fired when branch.subscribe is being called on...
Hello @krzyzanowskim. I've added a video here of the issue we're facing? https://we.tl/kjnbO6gloN Any pointers to solve this quickly for refactoring a large storyboard as our alternative is to remove...
Same issue here
> put the component in app.js Why will this not work?
Use of plugin in user schema: ```js UserSchema.plugin(autoIncrement, { model: 'User', field: 'pid' }); ```