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

    ngs

    10/14/2022, 8:49 PM
    Makes sense. Stripping out the
    /next
    works. Was wondering where everything went. Will keep eye out for the reindex. Thanks!
  • x

    Xyo

    10/14/2022, 9:04 PM
    Random question but, are the ingress/egress charts bugged?
  • x

    Xyo

    10/14/2022, 9:04 PM
    Pretty sure I have way more usage than that.
  • s

    Solias

    10/15/2022, 6:13 AM
    how would I secure my supabase functions when using Unity as a client?
  • t

    The Little Cousin

    10/15/2022, 7:39 AM
    Hello All ^^ I was wondering for how long will we get support for supabase V1
  • t

    The Little Cousin

    10/15/2022, 7:39 AM
    Or do I need to re-write in the v2 examples?
  • g

    garyaustin

    10/15/2022, 12:35 PM
    The last guidance was 3 months of fixes after v2 release which occurred a few days ago.
  • t

    The Little Cousin

    10/15/2022, 1:29 PM
    Well we can use it afterwards tho?
  • t

    The Little Cousin

    10/15/2022, 1:29 PM
    Or will it just be deprecated and the app will break? 😦
  • g

    garyaustin

    10/15/2022, 1:33 PM
    We'll continuing merging security fixes to v1, with maintenance patches for the next three months.
    from the blog is all I know... maybe an employee will answer your specific. My guess is you can use it until one of the server features changes and won't work with v1 anymore.
  • c

    chaos

    10/15/2022, 1:39 PM
    Does Supabase have storage lifecycle features? I want to move my files to a cost-effective archive (like AWS glacier) if my user downgrades his plan.
  • j

    jon.m

    10/15/2022, 3:35 PM
    Will switching over to v2 cause things to break.
  • g

    garyaustin

    10/15/2022, 3:56 PM
    Yes. You have to make code changes. Can be very simple or more complex depending on what utilities/guides you may have used. https://supabase.com/docs/reference/javascript/release-notes
    l
    • 2
    • 5
  • j

    jon.m

    10/15/2022, 4:17 PM
    Okay, thank you!
  • j

    jon.m

    10/15/2022, 4:37 PM
    @garyaustin , thanks for that information. I read over the notes. One thing remains, is there a time table for when v1 code will stop working?
  • g

    garyaustin

    10/15/2022, 4:39 PM
    Did you see the comments just above yours?
  • j

    jon.m

    10/15/2022, 4:41 PM
    I did. I was asking about breaking changes in the sense of "after I update, will the code break" But now I'm asking in the sense of "if I don't update, is there a time table for when the v1 code will stop working"
  • g

    garyaustin

    10/15/2022, 4:44 PM
    https://discord.com/channels/839993398554656828/839993398554656831/1030835847056064623 I know nothing else other than what I posted a few above you. Seems 3 months for sure, then my guess is until something on the server side changes to make it not work.
  • j

    jon.m

    10/15/2022, 4:46 PM
    Okay, I see. That's a bummer but I guess expected. Thank you for the help.
  • b

    bensurf

    10/15/2022, 5:53 PM
    anyone know a good simple text editor that I can use with svelte and supabase?
  • b

    bensurf

    10/15/2022, 5:54 PM
    i only need bold, italic and lists.. just for a simple post
  • b

    bensurf

    10/15/2022, 5:55 PM
    i was thinking of using quill, but i dont know how i can 'render' the content
  • l

    lucasb

    10/15/2022, 6:01 PM
    Is there a supabase-js v1 -> v2 migration guide anywhere?
  • d

    Deleted User

    10/15/2022, 6:21 PM
    I’m really confused
  • d

    Deleted User

    10/15/2022, 6:21 PM
    When you login, does supabase handle storing the session info in cookies all by itself?
  • d

    Deleted User

    10/15/2022, 6:21 PM
    Where does it store the session information/data?
  • d

    Deleted User

    10/15/2022, 6:22 PM
    I just dont get that
  • d

    Deleted User

    10/15/2022, 6:22 PM
    Does it just persist automatically between refreshing?
  • o

    osaxma

    10/15/2022, 9:00 PM
    For Flutter, it's stored in local storage using Hive package (only the JWT and refresh token). For javascript, see: https://github.com/supabase/supabase/discussions/3731#discussioncomment-3760377
  • o

    osaxma

    10/15/2022, 9:01 PM
    it should persist between refreshes.. It might even request a new token between refresh or changing tabs (I remember reading that somewhere but I'm not 100% sure)
1...273274275...392Latest