Files
supabase/apps/reference/_supabase_js/generated/getchannels.mdx
2022-08-16 20:06:43 +08:00

24 lines
401 B
Plaintext

---
id: getchannels
title: 'getChannels()'
slug: /getchannels
custom_edit_url: https://github.com/supabase/supabase/edit/master/spec/supabase_js_v2_legacy.yml
---
import Tabs from '@theme/Tabs'
import TabItem from '@theme/TabItem'
Returns all Realtime channels.
```js
const channels = supabase.getChannels()
```
## Examples
### Get all channels
```js
const channels = supabase.getChannels()
```