Hi, How do I add a variable to the Firestore collection name? I’ve tried adding a variable to the collection name like this: {variable} but it didn’t work like it does with other data resources. Is there another way to do this?
You can set the path variables like this:
and bind page variables (or app variables) to the path variables, when defining data variables:
Thank you for the response. I was trying to use the “Google Firebase / Cloud Firestore” data resource type instead of the REST API. Perhaps if I need to include a variable to the collection name I need to go back to the REST API and set it up manually.
Yes, the “Google Firebase / Cloud Firestore” connector does not support sub-collections ( Firebase firestore nested collections - #4 by Mari ).
1 Like
Thank you! Hopefully this changes in the future.