#bubble
Read more stories on Hashnode
Articles with this tag
Converting various file types, such as images and PDFs, into base64 strings is an excellent method for storing them in a database. Bubble's File API...
There are many instances when you may want to create a plugin based on an existing Node.js library. For example, you might want to integrate a Node.js...
If you have noticed when you write console.log("This should be print"); in the Bubble plugin editor's action part, you can't see the text "This...
There are times when you need to convert blob data to Base64 data. Like when you integrate this Audio library it outputs the audio data as the blob...