Okay, here is the question. On the installed plugin page, you can add the keys used inside of the plugin (access through context.keys)
My question is how secure is it for a user implementing that plugin to put in a Private Key for a crypto wallet into Keys? This is not stored in a DB - that is good. But, I just need to be extra careful that this is secure before I deploy this out. Each user will deploy their own Bubble app with this plugin - so only one Private Key will be entered (one for mainnet one for testnet).
Obviously, if someone gets access to a Bubble account they will be able to see this - but that is up to the Bubble user.