I am using Firebase auth api to verify user phone number. Currently in my case I have one screen where user put phone number and on second screen otp. As per documentation firebase automatic retrieve otp and start verification process most of time.
So my question is it already implemented this SMS Retriever API in Firebase Auth SDK or Should I implement it myself to retrieve SMS and auto fill OTP.