0

I am trying to set up phone authentication with firebase. Inside firebase guidelines there is this part for iOS

from here https://firebase.google.com/docs/auth/ios/phone-auth

Include the following pods in your Podfile:

pod 'Firebase/Auth'

But I cannot find Podfile in my app directory. How to achieve this?

Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567
Tree
  • 29,135
  • 24
  • 78
  • 98

1 Answers1

0

I had to run the app on iOS Simulator once. Then the Podfile was created in ios/Podfile

Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567
Tree
  • 29,135
  • 24
  • 78
  • 98