baumblatt / capacitor-firebase-auth

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

adds a cfaSignInEx function that in turn calls cfaSignInGoogleEx, cfa… #160

Open kzoltan29 opened 3 years ago

kzoltan29 commented 3 years ago

Adds a cfaSignInEx function that in turn calls cfaSignInGoogleEx, cfaSignInTwitterEx, cfaSignInFacebookEx, cfaSignInAppleEx, or cfaSignInPhoneEx that call observer.next({userCredential: userCredential}); so that the full credential is available to the web layer. Initiated in response to #159.

baumblatt commented 3 years ago

Hi @kzoltan29 ,

Please, let me know the difference from alternative facade that already exists, maybe is the best place to add your requirement.

Best regards.