joehan
joehan
As @aalej mentioned, `--only firestore` will do what you want here - however, we should definitely handle `--only firestore:rules,firestore:indexes` smoothly as well. I suspect this should be a relatively easy...
Just a quick update here, our team is currently investigating the cause of this issue. For now, I can only recommend downgrading to firebase-tools v13.3.0 as a workaround. Apologies for...
Hey @panky98, thanks for reporting this. I'll pass this along to the Firestore emulator owners to take a look. However, this behavior is within expectations for the emulator suite -...
Thanks for reporting this. I think we should be able to either expose an environment variable to set this location or automatically use the region of your functions. Assigning to...
[Firestore emulator] `setDoc` issues a `CREATE` request but also a `UPDATE` request at the same time
Hey @opack, thanks for reporting this. The source code for the Firestore emulator doesn't actually live in this repo (firebase-tools just downloads the compiled binary at runtime), but I've forwarded...
[Firestore emulator] `setDoc` issues a `CREATE` request but also a `UPDATE` request at the same time
No worries! This is the right place to report emulator issues.
Closing this as fixed. If you're still experiencing this error, please ping this issue and we will reopen + investigate further.
Hey all, sorry for letting this slip by. The extensions emulator works very similarly to the codebases feature of functions, and we've seen issues with codebases & the inspect-functions flag...
Had another customer report that they encountered this on both node 18 and node 19 - unable to repro it myself though.
Hey @zouhirdev - you should be able to see and edit these permissions here: https://console.cloud.google.com/cloud-build/settings/service-account If you are unable to see that page, you might not have the necessary permissions...