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.