Dark_Clouds_369
Dark_Clouds_369

Reputation: 848

Is it possible for the admin of the app to see the Firebase SMS verification code?

As we are developing an application used by farmers mostly in remote places around the globe, There is an issue in logging in using OTP if it is possible the admin can see the OTP (mostly not receiving OTP due to network issues), we will be login at the other end (admin) and make it possible for the users to use the app.

Upvotes: 1

Views: 625

Answers (1)

Dharmaraj
Dharmaraj

Reputation: 50920

No, Firebase Authentication doesn't let you see the code. You'll have to build a custom solution for it.

Upvotes: 1

Related Questions