Is it possible to authenticate and make calls to s...
# help
e
Is it possible to authenticate and make calls to supabase within a chrome extension? Trying to make an extension that accompanies my web app, and is populated by supabase
n
Hello @elliott! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
s
Chrome extensions are mostly just webpages and JS scripts. There's no reason you shouldn't be able to use Supabase inside one.
n
elliott (2022-04-08)
e
Curious if there are any examples of people doing it, or helpful packages. If not I might take a stab this weekend at creating a supabase-chrome package to help with this
g
I've not seen this mentioned anywhere in past few months. You should try and see if the javascript-js client loads and works from one of the cdns. If so not really much to do. Otherwise extensions can do fetch so the REST API is certainly available.
If you search at top right on chrome extension you will see pretty much anything discussed about it.