Skip to main content

Linking Plugin Tester to Your App

Linking plugin tester to your app enables you to use APIs and features that require real apps, such as Public Files API and AI State Seeder.

Plugin Tester Settings

Setting Up App ID

  1. On Control Panel, open up "Advanced" > "App Share Settings"
  2. Copy App ID value

Control Panel Sharing Settings

  1. On plugin tester, open up "Settings"
  2. Paste the copied App ID in App ID field

Plugin Tester App ID Field

Setting Up Datastore Write Key

  1. On Control Panel in app.buildfire.com, open up "App Components" > "My Features"
  2. Open up the console
  3. Execute the following line of code
window.appContext.currentApp.datastoreWriteKey

Control Frame Console

note

Datastore write key might look similar to the App ID but their values are different.

  1. Copy the logged value
  2. On plugin tester, open up "Settings"
  3. Paste the copied Datastore write key in Datastore Write Key field

Plugin Tester Datastore Write Key Field