Home > Blockchain >  Is it possible admin of app can see the firebase sms verification code
Is it possible admin of app can see the firebase sms verification code

Time:03-29

Is it possible admin of app can see the firebase sms verification code As we are developing an application used by farmers mostly in remote places around globe, There is an issue in login using OTP if it is possible that 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.

CodePudding user response:

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

  • Related