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

    otodidak

    08/04/2021, 4:55 PM
    general, about structure of supabase
  • h

    HarryET

    08/04/2021, 4:55 PM
    I guess here works, but im not a mod
  • h

    HarryET

    08/04/2021, 4:55 PM
    i'll try answer any i know
  • o

    otodidak

    08/04/2021, 4:55 PM
    ok, thanks
  • o

    otodidak

    08/04/2021, 4:55 PM
    1- i want to make a test app, can i check the answer on supabase? like checking rows if equals
  • o

    otodidak

    08/04/2021, 4:56 PM
    because i think, checking on client app, not safe
  • h

    HarryET

    08/04/2021, 4:56 PM
    That depends
  • o

    otodidak

    08/04/2021, 4:56 PM
    depends by what?
  • h

    HarryET

    08/04/2021, 4:57 PM
    Well checking on the client can be safe. I have no clue what your trying to do tho
  • d

    DharmaraJ

    08/04/2021, 4:58 PM
    Why do I eventually get 404 from fetching signed URLs ...
  • o

    otodidak

    08/04/2021, 5:00 PM
    in a test app, if the answer is true, user will get 1 score. if i make a function to incrase the users score, one can hack/spam this. if i control the answers and incrase on the server, it will be more safe, not?
  • v

    Volkan

    08/04/2021, 5:11 PM
    there is a ton of docs on this stuff
  • v

    Volkan

    08/04/2021, 5:11 PM
    best to ask questions that aren't googable
  • o

    otodidak

    08/04/2021, 5:36 PM
    it is not a question, i discuss with him about this topic. my question is if supabase can do some server actions
  • v

    Volkan

    08/04/2021, 5:47 PM
    that is what supabase is
  • m

    Mihai Andrei

    08/04/2021, 6:22 PM
    Yes. You can use supabase on the server directly
  • j

    Januário

    08/04/2021, 6:39 PM
    Guys, storage will be directly connected to the DB, so I can let's say, give access to people that meet X criteria from the SQL, right?
  • j

    Januário

    08/04/2021, 6:40 PM
    I said will because I don't know if it's released yet, just getting back to supabase today.
  • f

    fenix

    08/04/2021, 6:59 PM
    Yes. Basically what you will want to do is just adding policies. You can configure them dinamically using the UI, but in the end the UI just builds SQL policies, so they follow PostgreSQL policies standards.
  • f

    fenix

    08/04/2021, 6:59 PM
    If that's what you are asking
  • j

    Januário

    08/04/2021, 7:07 PM
    Yes and no. Policies are limited I think. Like, you can get uid, or email of the "requester", but can't do much more than that. That was my issue in firebase and that's why I had to store markdowns in the DB instead of storage, which works but kinda doesn't make sense.
  • t

    tettvy

    08/04/2021, 7:09 PM
    Any way we can regenerate project API keys?
  • o

    otodidak

    08/04/2021, 8:29 PM
    so, i can use
    if
    on the server just with supabase? like:
    Copy code
    if (data in db == answer from user) {
      user score data += 1
    }
  • c

    carlomigueldy.eth

    08/04/2021, 11:50 PM
    Is there a written guide for using Supabase STORED PROCEDURE and TRIGGERS? (I am referring to the Functions that was already in the dashboard) Too lazy to find it lmao.
  • b

    bdlukaa

    08/05/2021, 12:16 AM
    hmm I don't think so
  • f

    flames

    08/05/2021, 12:34 AM
    I tried uploading to storage but it says this. Can anybody please help me out
  • d

    Dhaiwat10

    08/05/2021, 1:27 AM
    https://github.com/supabase/supabase/discussions/2682#discussioncomment-1122923
  • v

    viennv1709

    08/05/2021, 1:29 AM
    Thank you. I did
  • u

    ! Class self.PythonAddict = True

    08/05/2021, 4:11 AM
  • u

    ! Class self.PythonAddict = True

    08/05/2021, 4:11 AM
1...656667...392Latest