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/ff-integrations/database/supabase/database-actions.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,10 @@ toc_max_heading_level: 5
10
10
11
11
# Supabase Database Actions
12
12
13
-
The Supabase Database Actions allow you to **Insert, Update**, or **Delete a Row** from a Supabase table.
13
+
The Supabase Database Actions allow you to **Insert, Update**, or **Delete a Row** from a Supabase table.
14
+
15
+
Note that beyond actions, you can also setup [**Backend Queries**](../../../resources/control-flow/backend-logic/backend-query/backend-query.md) for Supabase. This includes realtime streaming queries.
16
+
14
17
15
18
:::note[Prerequisites]
16
19
Before getting started with this section, ensure you have,
Copy file name to clipboardExpand all lines: docs/resources/control-flow/backend-logic/backend-query/backend-query.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem';
17
17
18
18
We offer you the following types of Backend Queries that you can specify on any widget or page.
19
19
20
-
*[**Query Collection**](query-collection.md)**:** This query type is used to fetch a single record or a list of records from a Firestore Collection or Supabase Table.
20
+
*[**Query Collection or Table**](query-collection.md)**:** This query type is used to fetch a single record or a list of records from a Firestore Collection or Supabase Table.
21
21
*[**Document from Reference**](document-from-reference.md)**:** Used to retrieve the details from a document reference.
22
22
*[**API Call Query**](api-call-query.md)**:** Used to initiate an API
0 commit comments