Firebase resources not accessible from retool app in raw mode

  • Goal: Access firebase resources from app.

  • 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();
  • Screenshots: N/S
5 Likes

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"

1 Like

I'm also facing this issue - this is critical for us. Thanks for pointing this out @Bongi_Fleischer. Would love to see a fix for this!

1 Like

Hey @Bongi_Fleischer, @kporter, and @Chris_Howard1,

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.

Are you still seeing the same behavior?

1 Like

We are no longer seeing this issue. Thank you!

1 Like

I am experiencing this issue right now.

1 Like

We have this issue too

1 Like

Same issue

1 Like

I am experiencing the same issue and it is effecting end users significantly. Does anyone know of a temporary workaround?

1 Like

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!

1 Like

Hey! This should be working now. Can anyone confirm?

1 Like

It works for me now

2 Likes

Great! Let us know if you have anymore issues!

Working. Thank You

1 Like

I am still getting this issue - Error: Cannot find module '@google-cloud/firestore/build/src/path'

Hi @Bobby_Moats! Are you still experiencing this error?