FIRApp undefined after upgrading to 2.1.0
See original GitHub issueWhen i upgrade this package to the latest 2.1.0 (from 2.0.3) i get an error that FIRApp is undefined in the Appdelegate.m file:
[FIRApp configure];
I’m using xcode 8. Have not tried on xcode 7. When i revert back to 2.0.3 the issue is gone.
Issue Analytics
- State:
- Created 7 years ago
- Comments:42 (26 by maintainers)
Top Results From Across the Web
Firebase Apple SDK Release Notes - Google
When upgrading a project that includes one or more of these libraries, an error like Missing package product 'FirebaseSwift-Beta' will appear. In your...
Read more >Use of unresolved identifier 'FIRApp' - Stack Overflow
This happens when you can't update from old versions of Firebase say 2.x to 3.x. This has been already answered here- Firebase Upgrading...
Read more >firebase query firestore collection not working react native
I finally got it after a bit debugging. Looks like what I needed to do was use the _document.data property on each snapshot...
Read more >angular/angular - Gitter
and the undefined is the result of calling getCustomerData inside the component. Nick Jonas ... After the upgrade to 2.1.0+ it stops working....
Read more >Xamarin - Bountysource
When adding these packages, and upgrading to the latest version (which are used in another app we have): Firebase.iOS Core - 6.6.6. Firebase.iOS....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I was having a similar issue The following commands produced analyzer issues: Analyze RNFIRMessaging.m (1 command with analyzer issues)
@antoinerousseau
is introduced in latest firebase SDK. try update your pods also try clear your build?
@import UserNotifications;
is introduced with iOS10 SDK. Why do you get this error?