https://supabase.com/ logo
Join Discord
Powered by
# help
  • v

    Veld

    12/02/2021, 1:00 AM
    Hey, where can I find the s3 compatible authorization on the cloud version? I'm trying to use a image manipulation microservice but it needs the aws s3 auth settings.
    g
    f
    • 3
    • 6
  • u

    user

    12/02/2021, 1:05 AM
    Hello, I really like supabase and I would like to start using it in my production projects. I would like to know if someone has managed to integrate supabase with firebase, I would like to continue using firebase authentication (I have 40k users) since I would not like to migrate them to supabase. Does anyone know how I can integrate firebase authentication with supabase?
  • t

    tannguyenle

    12/02/2021, 1:10 AM
    Hello, I'm using Postgres of Supabase for our website. I have a question, I want to restore our dump.sql file to Supabase PostgresSQL. How can I do that?
  • g

    garyaustin

    12/02/2021, 1:20 AM
    s3 settings on cloud
  • t

    Thomas B

    12/02/2021, 3:50 AM
    Heyaa - did I totally misunderstand that I did not really have to to anything to get the new Realtime with RLS stuff working?? I do not get any notifications when RLS is on like always. Could someone tell me if I have overlooked anything/missed something I have to do to get it working? (Replication is enabled for the table) I am on the latest version of the JS client
    "@supabase/supabase-js": "^1.28.3"
    ๐Ÿ™‚
  • u

    user

    12/02/2021, 8:19 AM
    How do you get back multiple records from a supabase function? I selected
    record
    as the return type and this is my method. But it only returns 1 record, and doing the same query in the sql editor i get back multiple ones (this seems to only select the first one)
  • i

    Ilko Kacharov

    12/02/2021, 8:25 AM
    Exactly the same scenario here - can't get them working even with RLS disabled on the tables
  • i

    Ilko Kacharov

    12/02/2021, 8:27 AM
    Just plain empty responses
    Copy code
    {
      "event": "phx_reply",
      "payload": {
        "response": {},
        "status": "ok"
      },
      "ref": "39",
      "topic": "phoenix"
    }
  • b

    batuhanbilginn

    12/02/2021, 8:27 AM
    Do you use any filter on your subscription?
  • i

    Ilko Kacharov

    12/02/2021, 8:29 AM
    I've tried both with and without filters
  • b

    batuhanbilginn

    12/02/2021, 8:30 AM
    Did you update your client?
  • i

    Ilko Kacharov

    12/02/2021, 8:32 AM
    Yup, it's at
    "@supabase/supabase-js": "^1.28.4",
  • i

    Ilko Kacharov

    12/02/2021, 8:33 AM
    Anyhow I get the heartbeat alright
  • b

    batuhanbilginn

    12/02/2021, 8:35 AM
    Yeah itโ€™s about topics thatโ€™s why you get heartbeat without data. Try to duplicate your table and use new table. It worked for me. And drop real-time table then create a new one.
  • a

    anothercoder

    12/02/2021, 8:40 AM
    If u enable RLS, did Realtime work? It didnt work for me lol
  • b

    batuhanbilginn

    12/02/2021, 8:44 AM
    Yeap, now it works. I think there is a conflict between supabase and realtime client. They were working on the issue. What's the version of your realtime client?
  • a

    anothercoder

    12/02/2021, 8:45 AM
    v1.28.4, anyway I reported in the issues already...lets see...
  • i

    Ilko Kacharov

    12/02/2021, 8:47 AM
    Can you please post a link to the issue so we can follow up on the discussion
  • a

    anothercoder

    12/02/2021, 8:48 AM
    https://github.com/supabase/supabase/issues/4201
  • n

    Nielsien

    12/02/2021, 8:56 AM
    Was just checking for this issue haha
  • n

    Nielsien

    12/02/2021, 9:05 AM
    If i try to duplicate a table with its entries while using camelCase then the duping of the entries fails if i have a relation with another table
  • n

    Nielsien

    12/02/2021, 9:06 AM
    Any table with camelcase will throw this error if it has an relation
  • i

    Ilko Kacharov

    12/02/2021, 9:12 AM
    I followed the instructions regarding replication settings (
    /database/replication
    ) in the issue and got it working ๐Ÿš€
  • k

    kenta37

    12/02/2021, 9:14 AM
    Is anyone having problems with adding foreign keys in tables?
  • k

    kenta37

    12/02/2021, 9:14 AM
    It doesn't seem to work for me now
  • n

    Nielsien

    12/02/2021, 9:16 AM
    Adding foreign keys works for me
  • a

    alaister

    12/02/2021, 9:23 AM
    Realtime not working for me either. Client doesn't seem to be sending a heartbeat (on latest version). Have followed the steps in the issue but no dice :/ any ideas?
  • n

    Nielsien

    12/02/2021, 9:24 AM
    Same, I just contacted support and await their response
  • k

    kenta37

    12/02/2021, 9:31 AM
    I managed to add foreign keys now from editing column instead of table editor
  • a

    alaister

    12/02/2021, 10:17 AM
    Please share the response if it's relevant once they respond
1...147148149...316Latest