Authenticate Users for both Platforms (iOS, Android) by using Compose Multiplatform

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 พ.ย. 2024

ความคิดเห็น • 24

  • @renanzalheiros
    @renanzalheiros 2 หลายเดือนก่อน

    compose multiplatform is THE THING!
    I'm in love

  • @thomaswaldorf2829
    @thomaswaldorf2829 3 หลายเดือนก่อน

    Im building this on a firebase legacy db with what seems like the whole catalog of read/write collection/document access. This was super helpful! Thank you again sir.

  • @luisfelipecoronadotorres962
    @luisfelipecoronadotorres962 8 หลายเดือนก่อน

    Great content as always!

  • @irwancannady7680
    @irwancannady7680 6 หลายเดือนก่อน +4

    can you give the tutorial sign in with google ?

  • @Shreyas-fs3dp
    @Shreyas-fs3dp 8 หลายเดือนก่อน +2

    How can i implement this for desktop platforms?

    • @nickbw
      @nickbw 5 หลายเดือนก่อน

      The GitLive sdk also has support for desktop

  • @ovedgustavorinconmachado1183
    @ovedgustavorinconmachado1183 6 หลายเดือนก่อน

    Excellent teacher

  • @hacoding
    @hacoding 5 หลายเดือนก่อน

    Don't forget to add last line in 3:50

  • @alibadar7395
    @alibadar7395 8 หลายเดือนก่อน +1

    Hi Steve,
    Thanks for sharing. Do you have any complete course for KMP in Udemy? It would be wonderful if you could share.

    • @StevdzaSan
      @StevdzaSan  8 หลายเดือนก่อน

      I have an introduction-level course about KMP: www.udemy.com/course/build-kotlin-multiplatform-mobile-apps-for-ios-and-android/

    • @alibadar7395
      @alibadar7395 8 หลายเดือนก่อน

      @@StevdzaSan Thank you for sharing, And Can you please share any course related to Testing Especially UI testing with Jetpack compose?

  • @darwinspace
    @darwinspace 8 หลายเดือนก่อน +1

    I have a question regarding the topic that you told us. You are telling that in a real scenario you have to implement two different screens. I am developing an application but I don't have an idea of how can I implement this approach with Compose Navigation for Android specific.
    De antemano, muchas gracias.

    • @StevdzaSan
      @StevdzaSan  8 หลายเดือนก่อน +2

      I have recently posted a video about Navigation in Compose Multiplatform, check it out: th-cam.com/video/7Xv38k4cCMc/w-d-xo.html

  • @nicopedra
    @nicopedra 8 หลายเดือนก่อน

    Hi! wich gradle are you using? i have this message when i wanna build the project : "The project is using an incompatible version (AGP 8.2.0) of the Android Gradle plugin. Latest supported version is AGP 8.1.2"

    • @StevdzaSan
      @StevdzaSan  8 หลายเดือนก่อน

      Try using the supported one.

  • @VarunSethi-y1s
    @VarunSethi-y1s 8 หลายเดือนก่อน

    yes interested in compose multiplatform but make it beginner friends for one with no app dev background

  • @events4089
    @events4089 8 หลายเดือนก่อน

    Please make a video about ktor client and koin integration in cmp

  • @saksham_1612
    @saksham_1612 7 วันที่ผ่านมา

    Can you make a video on remote config please !!

    • @StevdzaSan
      @StevdzaSan  7 วันที่ผ่านมา

      @@saksham_1612 th-cam.com/video/E8X94pCJ2zs/w-d-xo.htmlsi=elyO8q2NIIo7aTl5

    • @saksham_1612
      @saksham_1612 7 วันที่ผ่านมา

      @StevdzaSan Sorry I forgot to add I was asking for kmp ?
      I am trying to make it work from 2-3 days unable to figure out still

  • @markusmcgee
    @markusmcgee 8 หลายเดือนก่อน

    Going to use this approach to integrate with AWS API Gateway/Lambdas with Firebase as the auth provider.

  • @oracleuser-bh1sp
    @oracleuser-bh1sp 8 หลายเดือนก่อน +1

    if you don't mind, the dark mode screen is hard to watch all detail .

    • @StevdzaSan
      @StevdzaSan  8 หลายเดือนก่อน +2

      Use 1080p resolution when watching the vid.

  • @skarloti
    @skarloti 8 หลายเดือนก่อน

    Has anyone tried the other authentication methods? I saw that it covers 80% of the firebase authentication.