https://supabase.com/ logo
Join Discord
Powered by
# off-topic
  • j

    jonhelge

    12/04/2021, 4:03 PM
    Is it possible to make customized http calls in the function hooks? Need to construct a custom json object with data from the database when talking to a 3rd party REST API . Was hoping this was possible to to within supabase without making a "translation" api in another service
  • h

    HarryET

    12/04/2021, 4:09 PM
    yes! see @User's supascrpt or the http/pg_http extensions
  • j

    jonhelge

    12/04/2021, 4:52 PM
    thanks. Will have a look on that one!
  • d

    drex

    12/04/2021, 7:16 PM
    dear devs is gcp's "Compute Engine" always free or one of those "ahhh we give u money and u may test it out for 12 months"
  • u

    user

    12/04/2021, 8:03 PM
    if you stay within these usage limits it's free forever
  • j

    jonhelge

    12/04/2021, 9:42 PM
    Ran into an issue with supascripts http module. Trying to do a http post request with a json body and application/json encoding. But if I understand the source code correctly it will always try to encode it in another format https://github.com/burggraf/SupaScript/blob/5c13ea6cb272fa22be2cf75f0e0582209ea4ae3c/modules/http.js#L50 If I used http_post from pgsql-http directly it works
  • s

    silentworks

    12/04/2021, 11:12 PM
    Github activities
  • j

    jdgamble555

    12/05/2021, 4:35 AM
    hey guys, just wondering if supabase-js handles any kind of caching?
  • j

    jdgamble555

    12/05/2021, 6:03 AM
    Also does supabase support agensgraph for graph data on postgresql?
  • b

    boost

    12/05/2021, 10:21 AM
    this code not work for current supabase.js, could anyone help? the import is ok , I already test for select query.
  • w

    webbri

    12/05/2021, 10:59 AM
    Did you set the env variables and are you using a development framework e.g. CRA or nextjs?
    b
    • 2
    • 9
  • w

    webbri

    12/05/2021, 10:58 AM
    supabase client setup
  • i

    inselbegabter

    12/05/2021, 12:51 PM
    hey guys, I got a question regarding RLS Policies: how do I enable Read Access for every authenticated user. I've tried
    Copy code
    sql
    CREATE POLICY "Enable access to all users" ON public.ll_templates FOR SELECT USING (auth.role() = 'authenticated');
    s
    b
    • 3
    • 33
  • i

    itsnotyalc

    12/05/2021, 1:00 PM
    Is there an estimation on functions being released?
    s
    • 2
    • 1
  • b

    boost

    12/05/2021, 2:31 PM
    Are there an awesome list web/app design low code tool which is friendly cooperate with supabase? I just want to buy one.😄
  • b

    boost

    12/05/2021, 2:33 PM
    I saw this , but not sure which ones are better.
    v
    • 2
    • 5
  • v

    Volkan

    12/05/2021, 3:23 PM
    Low code builders
  • c

    creazy.eth

    12/05/2021, 9:11 PM
    Would like to switch my personal project BoltAPI to Supabase as its Backend and wonder when and if Functions will be available for self hosting?
  • u

    user

    12/06/2021, 2:36 AM
    hi im having issues setting up the database for Supabase on CloudSQL (GCP). does the db schema script require superuser access? https://raw.githubusercontent.com/supabase/supabase/master/docker/volumes/db/init/00-initial-schema.sql
  • c

    caryyon

    12/06/2021, 3:01 AM
    can i just say that supabase is fucking awesome? is that ok to say here?
  • c

    caryyon

    12/06/2021, 3:01 AM
    i hope so
  • c

    caryyon

    12/06/2021, 3:01 AM
    it's so good
  • v

    VuNguyen

    12/06/2021, 4:13 AM
    lol ikr
  • u

    user

    12/06/2021, 7:34 AM
    hey everyone , is self-hosted supabase free at all ? i mean in self-hosted, unlimited user and more ... is free or no ? thanks
  • v

    VuNguyen

    12/06/2021, 7:45 AM
    ye u can self host supabase
  • u

    user

    12/06/2021, 7:46 AM
    thanks
  • m

    Muphet

    12/06/2021, 1:54 PM
    is it possible to return accesstoken from supabase for users logged in with oauth? or to execute axios or fetch with that authenticated user? without creating server side i mean
  • p

    pedrodiaz

    12/06/2021, 2:25 PM
    I think so, because the token is stored in local storage I believe
  • p

    pedrodiaz

    12/06/2021, 2:26 PM
    If not I'd to know that as well, If I want to fetch and external API using the same token Supabase assigned to the user, what could I do?
  • a

    Adi

    12/06/2021, 2:33 PM
    I using auth.signout https://supabase.com/docs/reference/javascript/auth-signout in supbase when user clicks on logout button but in console I am saying 401 error message (Invalid token: signature is invalid) and if I click on any other link to navigate to any private route then user object is null and due to it user is logged out automatically. Anyone has any idea why this happens? Why getting 401 on logout?
1...155156157...392Latest