FirebaseApp.configure() has an error use of unresolved identifier 'FirebaseApp'

Ralph Rodriguez picture Ralph Rodriguez · Jun 26, 2017 · Viewed 15.3k times · Source

So every time in my pod file I decide to add something like pod 'Firebase/Storage’ with pod 'Firebase/Core’, in my app delicate FirebaseApp.configure() has an error use of unresolved identifier 'FirebaseApp' my pod file is

https://docs.google.com/document/d/1U7s5StRuNrI_2WtpHSvHhwhA1TMCsQ255dnjDAEhhcE/edit?usp=sharing

Answer

Shakhmar Sarsenbay picture Shakhmar Sarsenbay · Jul 14, 2020

I solved this problem by using FirebaseCore instead of Firebase library:

import FirebaseCore