IOS
Open Firebase Project Settings
Go to: Firebase Console
Select your project
Click on the Settings icon (next to Project Overview)
Click on Project Settings
Open the General tab

n the General tab, scroll down to the Your Apps section, click on Add App, select the IOS icon from the popup, and then register your IOS app.

Register your app to Add Firebase to your Apple app

Download the GoogleService-Info.plist file, then proceed with the remaining steps by clicking Next without making any changes.

Now go to your project, open the iOS folder, and add the downloaded GoogleService-Info.plist file to your app.

6. Then, in Firebase, go to the General tab where you added your Android app, click on your Web App, copy the firebaseConfig object, and paste it into your project’s firebase.js file
Last updated