JoeB
JoeB

Reputation: 1

How firebase phone number authentication verifies phone number with the otp sent without giving permission to read sms?

im just wondering , how fierebase can verify a phone number in my flutter project by signing in when the otp is recieved without giving access to read SMS from users phone ?

Upvotes: 0

Views: 135

Answers (1)

Laxmikanth Madhyastha
Laxmikanth Madhyastha

Reputation: 342

You don't need any extra permission on Android to read the SMS if you or the external package that you are using is making use of SMS Retriever API.

On iOS, SMS auto fill is provided by default.

Upvotes: 1

Related Questions