Nathan Tamez

Results 8 comments of Nathan Tamez

@jamespohalloran The collection `default()` would need to accept a returned value with a `filename` property, and some input from the new document form. ```js default: (formInput) => { return {...

In that case, it should be two separate functions although you could still set a default for the filename, ```js default: () => { return { fileName: uuidv4(), title: 'my-post',...

The only note I will add is `format` being under `ui` it's not clear that it has effects beyond the UI. One could assume that `ui.format()` just formats for field...

I have attempted to have go at this myself, but only supporting `env` files here #452

The important thing is to be able to set a webhook like this ```toml [[db.webhooks]] name = "my_webhook" table= "auth.users" operation = ["INSERT", "UPDATE", "DELETE"] url = "env(API_URL)" params =...

> Would `localhost` works in your case @NatoNathan Not really, I need to be able to target the docker host when running supabase locally and need to target supabase functions...

> The blocker here is to have variable `api_url` and `anon_key` separate between local, staging, and prod. > > We have a [RFC](https://www.notion.so/supabase/Expose-project-vars-to-PG-instance-d9d7e2c7bf7a4e6983fddb877588c0c6) internally to expose these as database configs,...

Whats the status on this? as we are looking at using Consul for a service mesh of gRPC applications and would like to use proxyless xDS via gRPC.