Questions about the Plugin Editor

Hello.

I’ve never built my own bubble plugin yet.

I know that within the Plugin Editor you can add API calls, so my question is can the shared headers/keys, as well as the calls themselves, be referenced when creating Elements and Actions in the Plugin Editor?

I ask because I’ve installed a plugin that solves an immediate need, but the way its built would expose my secret key client-side and I’m wondering if this was by necessity or could there have been another way.

Thank you

When you add API Calls it’s just like a built in API Connector, no relationship with the plugin elements and actions.

If there’s code for it the elements and actions could be doing their own API requests, but like you maybe saw it is exposing secret keys if its not done right. Which plugin is it?

1 Like