Instructions Restaurant- App
  • Introduction to Restaurant App
  • Will need:
  • Necessary facilities
  • The React Native CLI
  • FIREBASE PROJECT
  • Web Application
    • Web Application Settings
  • MOBILE APPLICACTION
    • Mobile App
      • Login
      • iOS Firebase
      • Firebase - Android
  • Running the Application
    • iOS
    • Android
  • Change the app icon
  • Change the name of the app
  • Building a splash screen in React Native
    • iOS
    • Android
  • Possible React Native Errors While Running
  • FAQs
Powered by GitBook
On this page

Was this helpful?

  1. MOBILE APPLICACTION
  2. Mobile App

iOS Firebase

firebase iOS

PreviousLoginNextFirebase - Android

Last updated 3 years ago

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)

image - 10
image - 11