Home > Software engineering >  firebase phone auth for browser
firebase phone auth for browser

Time:03-04

Is it possible to use firebase phone auth from a PWA/https site. Ref : https://firebase.google.com/docs/auth/android/phone-auth From the docs it looks like android based api. Was looking for a chrome or browser based api in javascript.

CodePudding user response:

Like most Firebase products, its Authentication is available for Android, iOS and web. The documentation for the web version can be found at: https://firebase.google.com/docs/auth/web/phone-auth

  • Related