Where is podfile in flutter for phone firebase auth?

↘锁芯ラ 提交于 2019-12-25 01:05:03

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/50633061/where-is-podfile-in-flutter-for-phone-firebase-auth

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!