Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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

like image 937
Ralph Rodriguez Avatar asked Jun 26 '17 04:06

Ralph Rodriguez


1 Answers

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

import FirebaseCore
like image 167
Shakhmar Sarsenbay Avatar answered Sep 21 '22 17:09

Shakhmar Sarsenbay