Dynamic Value in Client ID & Client Secret

i am building a marketplace App with Bubble.

i wish to enable Merchant to connect to their Google Sheet from my apps.

i try to create a scenario, bubble app then connect to sheet.
( it required Client ID/Secret. for Sheet, But how do I using dynamic value here? Pass data from my bubble apps, so Merchant can use their own Client ID/Secret )

Thanks in advance.

1 Like

The only way I know of is using the HTTP app and passing in the auth creds. You’ll also need to config you’re api call

The connection to Google Sheets is via OAuth, I don’t think there is a way to do this dynamically even with the HTTP module.