I'm trying to set up a local environment running with the Firestore Emulator and Node.js but when I ran my script it wrote the data to the hosted Firestore instead of the local one.
I'm using the "Initialize in your own server" setup described here and setting export FIRESTORE_EMULATOR_HOST=[::1]:8080,127.0.0.1:8080 on my terminal.
Am I doing something wrong or this simply doesn't have support?
Thanks