Is there any way to use the gcloud firestore emulator to do local offline development when using the web client SDK? (ie client-side JS).
I've found both
firebase serve --only firestore
and
gcloud beta emulators firestore start
but not sure of intended use cases of either, as the documentation doesn't give much to go on?