Skip to content

Commit ff23b38

Browse files
committed
Small changes
1 parent c4037d1 commit ff23b38

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/ff-integrations/database/supabase/database-actions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ toc_max_heading_level: 5
1010

1111
# Supabase Database Actions
1212

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+
1417

1518
:::note[Prerequisites]
1619
Before getting started with this section, ensure you have,

docs/resources/control-flow/backend-logic/backend-query/backend-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem';
1717

1818
We offer you the following types of Backend Queries that you can specify on any widget or page.
1919

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.
2121
* [**Document from Reference**](document-from-reference.md)**:** Used to retrieve the details from a document reference.
2222
* [**API Call Query**](api-call-query.md)**:** Used to initiate an API
2323
call.

0 commit comments

Comments
 (0)