iOS Firebase
firebase iOS
Last updated
Was this helpful?
firebase iOS
Last updated
Was this helpful?
iOS
1 - In the Project Configuration, where we create the Web application, we will click on "Add an App" and select the iOS logo (image7), create the application and follow the steps set by Firebase to complete the configuration correctly.
2 - Remember to put the same name to your iOS Firebase application, as the id that your application will have and with which you will upload the App to the stores, since if this is not the case, you may have problems with your GoogleService-Info.plist file generated when creating the iOS application (image8).
We add this file to our project in the iOS folder
3 - Then follow the Firebase instructions and modify the Profile
file as indicated (image10) and perform a pod install in the iOS folder of your project
4 - Next, modify the AppDelegate.m
file in the path restaurantApp/iOS/restaurantapp / AppDelegate.m
As shown in the Firebase documentation (image11)