olivierkrener

Results 12 comments of olivierkrener

I cant seem to have the emulator properly running via the command line. This is the one I found by browsing the process in PowerShell: `java -Duser.language=en -jar pathtoemulator\cloud-firestore-emulator-v1.11.5.jar --host...

> Please` make sure the process is running in another terminal while you run the tests The process is running in another terminal > Also:` Did you set the environment...

I actually had an issue in my test suite that I have fixed now. So increasing the heap space to the maximum 2048m does not solve the issue, I still...

I dont want to split my report as I want to see the overall coverage. Also, note that I am getting the same issue importing the JSON object only (so...

Increasing the heap size to 4Go solved my problem: java -Xmx4g -Duser.language=en -jar pathtoemulator\cloud-firestore-emulator-v1.11.7.jar --host localhost --port 8080 --rules pathtorules\firestore.rules node pathtoemulator\emulators\ui-v1.1.1\server.bundle.js Fyi, I can indeed see that during the...

> Any update on this issue? As I mention it can be fixed if you call the emulator directly specifying the heap size

@samtstern As I wrote I am calling the emulator directly via the java command line passing a custom heap size, so this is not an issue for me anymore

Ok, thanks for the update, I am doing without for the time being

You say that > this will count as two data lookups instead of one Can you elaborate? I thought that data lookup are counted by document reference. So doing 10x...