Sinuhé Coronel
Sinuhé Coronel
Hi, so... the PHP version is not in the Packagist repository. I know it's not a big deal, but is it ever going to happen? Seeing that there's a `composer.json`...
Hi! First of all, awesome lib. I've been using it in a couple of projects that already reached production and so far it's been **delightful**. I noticed an error during...
# Feature Request Support for SSR. Current [index.web.js](https://github.com/react-native-community/react-native-localize/blob/f9d5eb5183915f37b5a7f199d2593a5d44e88a0a/src/module.web.js) is directly calling browser-only objects, which is not possible while being rendered on the server. ## Why it is needed  **Because...
**What is the current behavior?** Following the [SSR recipe](http://react-redux-firebase.com/docs/recipes/ssr.html), the `store.firebase` property is undefined and thus it's not possible to follow it: ```ts import { createStore, applyMiddleware, combineReducers } from...
Hi. I've started using this plugin and currently I've been unable to make it work with Kontakt.io beacons. During development we emulated an iBeacon with [Locate Beacon App for Android](https://play.google.com/store/apps/details?id=com.radiusnetworks.locate)...
Hi! I think I found a bug... or at least something that is not working as the VCR gem (which vcrpy is said to be inspired on). In the Ruby...
It took me a while to get this to work, but I finally did. There's still some work to get done for this to be fine for IDEA 14. It's...
I've been debugging this for a couple of hours now, and I've seen some other folks face a similar issue where the installation will get stuck in many envs. I'm...
Firestore does not allow for document fields with `undefined` value. `firebase-mock` does not seem to simulate this behavior: ```ts firestore.collection('mines').add({ be: 'happy', say: undefined // this throws an error on...
Hi, Thanks for keeping up with `firebase-mock`! So I've started to do some testing with `firebase-mock` with [`facebook/jest`](https://github.com/facebook/jest) but I'm starting to face a strange problem. When running my tests,...