Did you ever have luck with connecting Bubble to BigQuery? Trying to do something as simple as populating the options of a Dropdown component from a table in BigQuery…feels like I’m nowhere close to making this work.
I created a custom plugin that uses the @google-cloud/bigquery npm package…I’m able to use this to run queries in BigQuery from Bubble. I can show the string-ified response, but I have no idea how to do anything else with it…not sure how to transform this into data that could then plug into a frontend component. Not a very “no code” approach in the first place
I was able to connect Bubble to BigQuery using Bubble API connector and GCP Cloud Functions to receive the calls and sign the JWT.
In the screenshots, you can see the code from my GCP Cloud Function and an example API Call from Bubble API Connector to the relevant BigQuery table ID.
I can use the fetched data to display in RGs and more and it works well.