-
-
Notifications
You must be signed in to change notification settings - Fork 469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Support more Firebase Authentication operations #208
Comments
@dpa99c any chance verifyPhoneNumber will be available on cordova browser platform? |
@mfkenson there is no plan to add browser platform support to this plugin |
What about my closed issue regarding the Apple Authentication provider? It's mandatory for all new iOS apps, that implement other auth providers. And it will be mandatory for existing apps, in the spring of 2020 as far as I know. I'm currently working for a client who will release his app on iOS very soon. He already has auth via Facebook and Google implemented. Because this is a new app, the chance are heigh that Apple will reject App Store submission, because of missing auth with Apple. Do you have any plans to add Apple in the very near future? |
The first apps got already rejected because of a missing "Login with Apple" button: |
When I have time, I will update the Firebase SDK and implement Apple Sign In, though I can't promise that will be soon as I'm busy with other stuff and I don't use this functionality myself. |
@dpa99c Any update here? |
@svzi please see the dev branch of this repo where I have been working on this time-permitting and the corresponding dev branch of the example project. |
The new authentication functionality has now been released in |
@marcosricardo My advize: get rid of |
@marcosricardo The ionic-native/firebase-x wrapper is maintained by Ionic so raise an issue or make a PR to the ionic-native repo to add support for any missing API functions. or call the plugin's JS API directly, e.g.:
|
@marcosricardo please see the example project for a working example. |
I've submitted a PR danielsogl/awesome-cordova-plugins#3458 to add all missing plugin functions, incl. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Currently the plugin only exposes phone auth functionality for iOS & Android via
verifyPhoneNumber()
however there are multiple other useful Firebase SDK auth API functions to manage users and sign in users in other ways.So we should expose these, which will make
verifyPhoneNumber()
in itself more usefulThe text was updated successfully, but these errors were encountered: