HELP: Ionic firebase phone authentication for iOS and Android

Hello,

This has probably been addressed before. I did my due diligence and went through all the forum, blogs, GitHub plugins to find an answer. Im close to giving up but I wanted to try one last time. Is there a tutorial somewhere to incorporate firebase plugin into ionic. I’m trying to authenticate my app(iOS and Android) to use phone authentication. I’m able to successfully install the plugin( cordova-plugin-firebase and cordova-plugin-firebase-authentication).
Problems I came across:

  1. Xcode project errors out with firebase.h file not found.
  2. Even if I get through this, when I run the app on the phone, verifyPhoneNumber method does not work.

Can someone please help me? I’m very stuck :disappointed: