Getting started with email/link auth on iOS

Поділитися
Вставка
  • Опубліковано 12 січ 2025

КОМЕНТАРІ • 31

  • @Firebase
    @Firebase  Рік тому +11

    Watch all the Firebase sessions from I/O → goo.gle/IO23_firebase

  • @raphaelmxos
    @raphaelmxos Рік тому +16

    Firebase removed Dynamic Links, so how to implement this only using universal links?

    • @jaymondrichardson4873
      @jaymondrichardson4873 Рік тому

      Were you able to figure out how to do this using universal things?

    • @peterliu7077
      @peterliu7077 11 місяців тому +1

      Yes, deep linking has been discontinued. We should handle it and use it instead

    • @hoanglo7341
      @hoanglo7341 24 дні тому

      Have you figured out the solution?

    • @tatelax
      @tatelax 12 днів тому

      Dynamic Links will still work for Firebase link authentication. This is according to their Dynamic Links deprecation FAQ. Dynamic Links will still be used internally at Google, it's the SDK that's being discontinued.

  • @muncho404
    @muncho404 Рік тому +2

    Happy to see you Peter💡🧠

  • @g3nko0
    @g3nko0 Рік тому +10

    But dynamic links deprecated, why not sure directly option with app/universal links?

    • @tatelax
      @tatelax 12 днів тому

      Dynamic Links will still work for Firebase link authentication. This is according to their Dynamic Links deprecation FAQ. Dynamic Links will still be used internally at Google, it's the SDK that's being discontinued.

  • @grantwells16
    @grantwells16 14 днів тому

    It would be great to see a video on how to migrate from the deprecated Dynamic Links

  • @g3nko0
    @g3nko0 Рік тому +4

    Appstore id? but how to test the feature before first release?

    • @pol12ris
      @pol12ris Рік тому +1

      Yes. Same question. How do I test this if I do not have a apple developer membership?

    • @tibet2118
      @tibet2118 8 місяців тому

      do you guys find a soulution ?

    • @Mchinamkenya-i6s
      @Mchinamkenya-i6s 3 місяці тому

      8

  • @ColinCochranT11
    @ColinCochranT11 Рік тому

    Works great so far, thanks! How do we customize the email that is sent to the user to include our app logo etc?

  • @BryanKerr1
    @BryanKerr1 Рік тому +7

    We used this on our app but it's been only about 90% reliable. We're constantly helping users check their spam filters to find the emails. It's also unclear to users that you can't send an email from desktop and open it on mobile. No matter how much guidance you provide. Not magic yet

  • @alessandromanilii6458
    @alessandromanilii6458 Рік тому +3

    Thanks for the tutorial. I managed to implement this kind of login in one of my app. Sadly the daily limit is TOO small... "Email link sign-in emails 5 emails/day" I cannot even test in my app, it's almost impossible tu develop something with such small limits, especially at the early stage :(
    One question, in the sendSignInLink function, you save the email in the catch block. It that correct? I'd do that after the successful try await.

    • @PeterFriese
      @PeterFriese Рік тому

      Good catch! Recording screencasts is hard 😅 It’s correct in the final state of the code: github.com/FirebaseExtended/firebase-video-samples/blob/0cfb3935ea24a309c326ea10f05d0ecd000e7498/fundamentals/apple/auth-email-link/final/Favourites/Shared/Auth/AuthenticationViewModel.swift#L124

    • @alessandromanilii6458
      @alessandromanilii6458 Рік тому +1

      @@PeterFriese ahahah I know by experience that's hard. Anyway the video was super useful. Thank you very much!

  • @douarbou
    @douarbou Рік тому +3

    Firebase dynamic link will be deprecated in 2025 :(... Does the firebase team will drop also this feature of magic link?

    • @tatelax
      @tatelax 12 днів тому

      Dynamic Links will still work for Firebase link authentication. This is according to their Dynamic Links deprecation FAQ. Dynamic Links will still be used internally at Google, it's the SDK that's being discontinued.

  • @MarvinMeinhard
    @MarvinMeinhard 2 місяці тому

    Is there any way to edit the mail template? I've got numerous customer support issues since in the email is no logo and it does not match our corporate wording a all.

  • @sultanammar
    @sultanammar Рік тому

    Great video

  • @rabianur8668
    @rabianur8668 Рік тому

    bu özellik dart dili için ne zaman gelir ?

  • @ShadLabs
    @ShadLabs Рік тому

    Hello Peter,
    I am a beginner to Firebase and looking to become an expert. However, where do I start from because I am really confused.

  • @ObeAroundTheGlobe
    @ObeAroundTheGlobe Рік тому +1

    I read in the FAQ that Firebase is planning to shut down dynamic links?

    • @SumitChandelatGoogle
      @SumitChandelatGoogle Рік тому

      Thanks for your question! Firebase Authentication email link auth currently uses Firebase Dynamic Links to customize Authentication links.
      For now, email sign-in will continue to work and we will have an update in place to continue email sign-in functionality by the time the Firebase Dynamic Links service is shut down.

  • @cannahacker9637
    @cannahacker9637 Рік тому

    there are so many issues with this. for one there IS a password, the email password. and basically its no different then using the same password for multiple services(which is bad practice FYI), access to your email mean access to that app. and like @BryanKerr1 explains its not so simple for people who aren't familiar with technology(they exist)

    • @donnelljones6303
      @donnelljones6303 Рік тому

      🎉🎉

    • @tatelax
      @tatelax 12 днів тому

      Except you're forgetting that you can reset anyone's password on practically any service if you have access to their email.