baumblatt / capacitor-firebase-auth

Capacitor Firebase Authentication Plugin
MIT License
261 stars 129 forks source link

Update PhoneNumberProvider.swift #223

Open KumarSunil007 opened 1 year ago

KumarSunil007 commented 1 year ago

Fixed AuthErrorCode Handling as cause following errors:

  1. extraneous argument label 'rawValue:' in call
  2. cannot convert value of type 'Int' to expected argument type 'AuthErrorCode.Code'
Ginger-nomad commented 1 year ago

Worked for me , thanks !