dan-wu-open
dan-wu-open
Would also like this feature for our NoSQL database
Can we merge this in please? Otherwise we can't use the `clearFirestoreData` in testing, which is a huge bummer.
Ah yes, I ran into this as well, and created a ticket here https://github.com/firebase/firebase-js-sdk/issues/6925 Basically, V2. functions are grouped under the "Cloud Run Revision" resource type. If you look in...
I think it's because the root cause is with firebase-functions, so we need to make a change in that package, rather than in firebase-js-sdk
@shackijj 's PR would be a good fix, but it hasn't been merged in a long time. As a workaround, I set my host to "0.0.0.0" in `firebase.json` ``` "firestore":...