Вам необходимо изменить файл ниже:
«AppDelegate + ТСМ»
Где вы можете найти метод ниже:
customDidFinishLaunchingWithOptions
Пожалуйста, замените ниже:
[FIRApp configure];
with this
// [START configure_firebase]
if(![FIRApp defaultApp]){
[FIRApp configure];
}