Harish Rana
Harish Rana
Comment out the publish block and 'com.novodo.bintray-release' plugin. It will run.
@gingray, turns out, the browser doesn't emit the keypress code of `alt+A`. So it's not an issue for this library.
Thanks, @elfotografo007, It worked for me. 👍
You can try calling `store.getState()` method of the store. It will give the current state of `firebase` and `firestore`
I agree, but I think `createStore` is a synchronous function. So the state should be initialized as soon as we call it. So you should be able to send the...
Hmm, I get it. Actually someone just asked the same question on RRF Gitter community. He had used getFirebase to workaround the issue. Please check if there is getFirestore method...
The second one looks better.