Is this idea possible in Bubble?

Can Bubble support a web app that would, with permission, authenticate with the Gmail of paying subscribers and perform certain actions?

Essentially, I am mulling helping users in a particular industry make efficiencies/automations with one small aspect of their Gmail use. I have already used a Google App Script to test the logic for my own account, and it is indeed saving me time. The Gmail actions available in App Script, like searching and applying labels, are also available through Google’s Gmail API, I believe.

But I’m considering how to make this available to others. Such a web app would allow users to create paid accounts, authenticate with their Gmail so as to gain access and then perform the actions on email over time, for as long as a paid subscription is active.

I haven’t yet used Bubble, though I do see it supports OAuth.

Is this something that is possible?

Thanks.

Yes it is

1 Like

What you are asking is definitely possible.

If your question relates to using a google account to authenticate and create an account in your bubble app, that is possible. Bubble and others provide this as a plugin.

As to the part where you are talking about applying labels and other services provided by Google’s API, I can’t say that a plugin is already built. Still, you can build this with the bubble API Connector. You never know; there might be a plugin for this already made.

1 Like