baumblatt / capacitor-firebase-auth

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

Ionic Capacitor Phone Authentication For IOS Confirmation #182

Open Darrow8 opened 3 years ago

Darrow8 commented 3 years ago

Hi, just wanted to make this post for anyone having trouble using this library.

For me, I had a lot of trouble trying to apply this package to my project. Partially because of the many installation requirements & configurations that need to be just right for this package to work.

I made a test project here: https://github.com/Darrow8/capacitor-phone-test for anyone who is trying to incorporate this package into their own project. Hope this helps someone!

baumblatt commented 3 years ago

Hi @Darrow8 ,

First of all, thank you so much for your great initiative. I also hope this can help users of this plugin.

Since the first release, most issues are about configuring your app and project across all authentication providers. Here is an honorable mention for @mesqueeb , who helps a lot of people answering their questions.

Feel free to propose any changes to the README of this plugin that you think might be useful to someone else, including putting a link to your sample code.

Best regards.