ashinga48 / React-Native-Firebase-Phone-Authentication

Seems there's not a proper react native plugin with phone authentication alone. So creating it.
9 stars 6 forks source link

'Firebase/Firebase.h' file not found #5

Open Kabijoy opened 6 years ago

Kabijoy commented 6 years ago

I installed and link this npm package into my react-native project. but I got the error msg like that " 'Firebase/Firebase.h' file not found". what i do for resolve this error

ashinga48 commented 6 years ago

Yes @Kabijoy you need to install pods

in terminal(mac) --> goto iOS folder in your project --> run "pod install"

and you might have to add "header search paths"

ashinga48 commented 5 years ago

Please check

https://github.com/ashinga48/React-Native-Firebase-Phone-Authentication/issues/9#issuecomment-411713283