I want to replace the Digits OTP verification in my iOS app, with Firebase Phone/Auth(for obvious reasons). I do not need the Google, Email and Facebook Login features.
The documentation in Firebase is leading to setup a ViewController that forces the user to chooses the mode of login.
Is there a way to directly send the user to the Phone Number login page?
Also, can I accomplish this without messing around with Push Services?