Displaying Live Data with Bubble

I wrote a program that adds 2 new rows to a Google Spreadsheet every 30 seconds or less. I would love to display a live list of these inputs in real time, on my Bubble website. Is this possible? Or is there a way for me to update my Bubble website with live data from my program, without using Google Sheets?

I would provide a link to my website, but it’s blank right now. Thanks!

You could write your program to save to the bubble dB

You could also read from the google sheet like it’s a database, though it’s not intended to be used that way.