Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

The options below apply when self-hosting the PowerSync Service with a SQL Server source database. Cloud-hosted PowerSync instances do currently not expose these settings.

## Connect to Azure SQL Database using a Service Principal
## Connect to Azure SQL Database Using a Service Principal

As an alternative to using standard SQL Login via username and password, PowerSync can connect to your Azure SQL Database using a Service Principal.

Expand Down Expand Up @@ -37,7 +37,7 @@
1. Go to the [Azure portal](https://portal.azure.com/) and navigate to **App registrations** >.
2. Click **New registration**.
3. Fill in the required fields:
- **Name**: Give your app user a name, e.g. "powersync_user".

Check warning on line 40 in configuration/source-db/sql-server-additional-configuration.mdx

View check run for this annotation

Mintlify / Mintlify Validation (powersync) - vale-spellcheck

configuration/source-db/sql-server-additional-configuration.mdx#L40

Did you really mean 'powersync_user'?
- **Redirect URI**: Leave this blank.
- **Supported account types**: Select **Accounts in this organizational directory only**.
4. Click **Register**.
Expand Down
2 changes: 1 addition & 1 deletion integrations/flutterflow/legacy-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@

We will now create our first UI and bind it to the data in the local SQLite database on the device.

### Create a Custom Action to Stream all Lists
### Create a Custom Action to Stream All Lists

<Note>
For watched (real-time) queries in FlutterFlow, you need 2x Custom Actions per table. For delete, update and insert queries you only need 1x Custom Action. We are working to see if we can alleviate this constraint.
Expand Down Expand Up @@ -278,7 +278,7 @@
</Frame>
3. On the HomePage page, you will create a placeholder Page State variable required for the next step.
1. Click on State Management.
2. Add a dummy variable called "notused" or similar and click Confirm:

Check warning on line 281 in integrations/flutterflow/legacy-guide.mdx

View check run for this annotation

Mintlify / Mintlify Validation (powersync) - vale-spellcheck

integrations/flutterflow/legacy-guide.mdx#L281

Did you really mean 'notused'?

<Frame>
<img src="/images/integration-39.png"/>
Expand Down Expand Up @@ -511,7 +511,7 @@
<img src="/images/integration-60.avif"/>
</Frame>
1. Chain another Action to "Set Form Field" -> TextField\_2\. This will initialize the text field to the current list item's name.
1. Set the variable to the boundLists Item

Check warning on line 514 in integrations/flutterflow/legacy-guide.mdx

View check run for this annotation

Mintlify / Mintlify Validation (powersync) - vale-spellcheck

integrations/flutterflow/legacy-guide.mdx#L514

Did you really mean 'boundLists'?
2. Under Available Options, select "Get Row Field"
3. Under Supabase Row Field, select "name"
4. Your action should look like this:
Expand All @@ -535,7 +535,7 @@
1. Add a Custom Action call to `updateListItem`.
2. Set the "name" Argument to Widget State -> TextField 2.
3. Set the "row" Argument:
1. Select Action Outputs -> allLists.

Check warning on line 538 in integrations/flutterflow/legacy-guide.mdx

View check run for this annotation

Mintlify / Mintlify Validation (powersync) - vale-spellcheck

integrations/flutterflow/legacy-guide.mdx#L538

Did you really mean 'allLists'?
2. Under Available Options select "Item at Index".
3. Under List Index Options select "Specific Index".
4. Set the Index value to the `listItemIndex` Page State variable
Expand Down
4 changes: 2 additions & 2 deletions resources/hipaa.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ A strong **SOC 2 Type 2 report** provides independent assurance that PowerSync m

PowerSync undergoes **annual third-party audits** of our security controls (e.g., SOC 2 Type 2). These audits review the controls that are foundational to our ability to fulfill HIPAA BAA requirements.

### Where can I find PowerSync’s BAA?
### Where Can I Find PowerSync’s BAA?

The BAA is available upon request to customers seeking to process ePHI. Please contact [hello@powersync.com](mailto:hello@powersync.com) to initiate the BAA execution process. **Only the Team and Enterprise plans on PowerSync Cloud are supported.**

### Is a HIPAA Compliance Report available?
### Is a HIPAA Compliance Report Available?
Yes. To provide independent assurance of our security controls, PowerSync can provide a HIPAA Compliance Report to customers on the Team or Enterprise plans of PowerSync Cloud. To request a copy, please contact [hello@powersync.com](mailto:hello@powersync.com).