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
Copy file name to clipboardExpand all lines: docs/pages/getting-started.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -25,18 +25,19 @@ const App = () => (
25
25
)
26
26
```
27
27
28
-
Now every component inside and under the `Provider` can use the Supabase client (`useClient`) and related hooks (`useSelect`, `useSignIn`, `useSubscription`, etc.):
28
+
Now every component inside and under the `Provider` can use the Supabase client and hooks:
0 commit comments