Bubble Plugin API Calls: Exploring Diverse Parameter Types

Search for a command to run...

No comments yet. Be the first to comment.
I have included all the information related to how you can build the Bubble plugin in this series. Check my course on how to build plugin from scratch- https://nocodetalks.co/bubbleplugin
While constructing the Bubble plugin, you discovered that when you drag plugin element to the UI editor, it displays "No plugin preview available." How can this issue be resolved? You can incorporate any type of UI based on your element's functional...
Most websites use CSS :hover for hover effects. You can see them in the stylesheet, copy them, move on. Framer doesn't do that. Framer uses a React animation library (Framer Motion) with a whileHove

https://www.youtube.com/watch?v=63Lkpw8fGAw Introduction to Xano: A No-Code Backend Solution When it comes to choosing the right backend service for your project, Xano emerges as a noteworthy contender. This video explores the various facets of Xan...
Hi Everyone, This newsletter will be a little different from the ones before. In this edition, I'm excited to launch the Xano Cohort program, which I will be running. The program will start on May 6th for 6 weeks. Why I am starting this: Whenever I...

Learn what workload units are in Bubble, how they are calculated, and discover actionable strategies to optimize and reduce your app's workload units for better performance and cost efficiency. One think before moving forward- If you are reading thi...

There are instances when you may need to access an element created within the Bubble editor. For example, in a plugin, you might want to return the number of characters a user types into an input element. Follow these steps: Step 1: Enable the "Expos...

If you are developing a plugin using an API, you may have noticed that there are three types of parameters - private, hidden, and secret, which differ from the private and public parameters found in an API connector.

What's the difference between them?
| Public | Hidden | Secret | |
| End user can change the value? | yes | no | no |
| Who can see the value | everyone | can see via the inspect element | no |
If you set the parameter type to public-
Anyone with access to the page can view and modify the value, making the parameter value public.
If you set the parameter type to hidden-
The plugin installer cannot change the value, but everyone can view its value using the inspect element feature.
If you set the parameter type to secret-
No one can see the value, and they cannot change it either.
That's all for this blog. Subscribe for more future updates. Thank you!
Follow me on Twitter.
Checkout My Bubble Plugin Course - Use coupon code "THEBUBBLEGROUP" at checkout for 10% discount.