Sign in with Google using Supabase | Supabase Swift Series #2

Поделиться
HTML-код
  • Опубликовано: 21 ноя 2024

Комментарии •

  • @IsaTimur
    @IsaTimur 10 месяцев назад

    Thx, a lot! Hope current version 7.0 of GoogleSignIn working now, do you have any updates?

  • @АлишерРизабаев-ш8ж

    theca you very much

  • @davidmokos
    @davidmokos Год назад

    Hi, have you ever managed to make it work?

    • @jasondubon
      @jasondubon  Год назад +1

      Hey David not yet. We are all waiting for Google to approve a PR on the Google sign in SDK in order to have this functionality in supabase

    • @davidmokos
      @davidmokos Год назад

      @@jasondubon Thank you!

  • @mustafos
    @mustafos Год назад

    signInWithIdToken(credentials: .init(provider: .apple, idToken: idToken, nonce: nonce)) Why doesn't it work in class AuthManager?

    • @jasondubon
      @jasondubon  Год назад

      I believe some changes were made to the supabase auth. I will look into this

    • @jasondubon
      @jasondubon  Год назад

      if you import this then it should now work
      @_spi(Experimental) import GoTrue

    • @jasondubon
      @jasondubon  Год назад +1

      one thing to note is this is a bandaid solution and we do not know what supabase has planned for this since apple and google sign in are still not officially supported

  • @keetsta
    @keetsta Год назад

    bro PLEASE drop the network func code, without this I get an GoTrue.GoTrueError, 0
    please

    • @keetsta
      @keetsta Год назад

      also it would be nice if you say where I need to put network function