You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When using branching, it's impossible to properly supply various values based on env vars but also other text.
Describe the solution you'd like
There should be some way to use env() placeholders inline in a string, either as-is or with extended syntax (for example, ${env()} like JS template strings).
Describe alternatives you've considered
Right now, the only alternative is to hardcode everything, which obviously doesn't work for branching.
Is your feature request related to a problem? Please describe.
When using branching, it's impossible to properly supply various values based on env vars but also other text.
For example:
Describe the solution you'd like
There should be some way to use
env()
placeholders inline in a string, either as-is or with extended syntax (for example,${env()}
like JS template strings).Describe alternatives you've considered
Right now, the only alternative is to hardcode everything, which obviously doesn't work for branching.
Additional context
https://github.com/orgs/supabase/discussions/18937
The text was updated successfully, but these errors were encountered: