SwiftUI 2.0 Login Page With Firebase Phone Auth - Part 1: Designing - SwiftUI 2.0 Tutorials

preview_player
Показать описание
In this Video i'm going to show how to create a Stylish Login Page Integrated With Firebase Phone Auth Using SwiftUI 2.0 | SwiftUI Custom Number Pad | SwiftUI Firebase Tutorials | SwiftUI 2.0 Firebase OTP Verification | SwiftUI 2.0 Firebase Login Page | SwiftUI Firebase Authentication | SwiftUI 2.0 Complex UI | SwiftUI 2.0 Firebase | Custom Number Pad Using SwiftUI | XCode 12 SwiftUI 2.0.

Source Code

Support Us By Visiting the Link Given Below.

My Xcode Version is 12.1
My macOS Version is 10.15.7 Catalina

For Any Queries And Any Request For Videos Use The Given Link

For More

Instagram

Twitter

Рекомендации по теме
Комментарии
Автор

most underrated channel on youtube you deserve more subs!!

jimbotime
Автор

Yes! Can't wait for the full series on this! Hopefully, the # verification gets sent as a text message and the autofill bar pops up above the keyboard within the app!

dylangeorge
Автор

Have been waiting for a tutorial like this for so long! Can’t wait!

mateusneves
Автор

Thanks for this good tutorial. You made a mistake when computing key height size.
let actualHeight = height - 30
I think the correct ops should be
let actualHeight = height - 45 // 3*15

stevetchatchouang
Автор

Que bueno, tenías ganas de un tutoríal así, gracias!!!

josesantiagosantiago
Автор

i like it. this video help me fully. thank you brother. :)

elfridticker
Автор

If posible, show how to connect email/pass + phone number signUp and then phone auth

mateusneves
Автор

where did you download the "hand holding phone" image?

thattjohnny
Автор

Is it possible to obtain verification code which was sent to SMS automatically and prefill?

AAAA
Автор

Where is the Popup Dialog? Using overlay?

nwxxzchen
Автор

Can you do firebase friends. Like I have database full of users but I want info private from each unless they are ‘friends’ or ‘following’ like Instagram with private account would be awesome!

bullyhomestead
Автор

The problem with using a custom number pad, is that it won't support autofill from the SMS message.

Jon
Автор

Invalid frame dimension (negative or non-finite).

CustomNumberPad.swift

.frame(width: getWidth(frame: reader.frame(in: .global)), height: getHeight(frame: reader.frame(in: .global)))

audreylim