Steps: We have tried accessing different firebase resources in different environments and all have the same issue. The issue occurs when we use "raw mode" and not when we use "gui mode" to access the resource.
Details: Test connection is successful on the firebase resources. Works in GUI mode. The output from the query that tries to access the resources is: "Error: Cannot find module '@google-cloud/firestore/build/src/path". We use
const fetchPurchasedVehicle = db
.firestore()
.collection(collectionName1)
.doc(docName1)
.collection(subCollectionName2)
.doc(docName2)
.get();
Experiencing this too, can not access firestore through raw mode anywhere on my app. Getting the same error: "Error: Cannot find module '@google-cloud/firestore/build/src/path"
Thank you for sharing this prompt feedback. This issue (which was related to missing JS packages) was raised as an incident to our eng team and was investigated. This should now be resolved as of 2PM Pacific time.
Hey everyone! We are aware of the issue right now and and our engineering team is going to attempt a rollback to previous version to get you all unblocked. I will circle back when it's complete to confirm it worked. Thanks for your patience!