Hi,
i really miss the function to store data on a test or production environment (i am using firebase). My idea was to create some custom flows, which store on a PROD or TEST environment depending on a “debug” variable. But i struggle with getting the INPUT types which are needed for e.g. create a record. Is there any possibility to get the “schema” of data ressource and assign it as a “input” type?
whatever i try, i can not find a way to assign a “flow function input” for the record …
So basically in this setup I save on login whether or not this is test or prod into this currentUser.env and then use that in the URL of the REST API connector to determine whether or not it gets from test or prod. This makes it easy because you can use all the same data variables and get record etc. flows, you just need to always pass the env variable and you’re golden. Perhaps something similar would work for you?
sorry, i did not see your answer. That looks like a good solution. I just use Firebase for my data. And for Firebase you only can setup ONE Connector… Do you have any idea how to setup multiple Environments with Firebase?