capacitor-community / capacitor-community/firebase-analytics
The default Firebase app has not yet been configured
Open
bug
- Dominant language
- Java
- Stars
- 178
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
**When I run my app in IOS, I have the following error:**
The default Firebase app has not yet been configured. Add `[FIRApp configure];` (`FirebaseApp.configure()` in Swift) to your application initialization.
**The plugin.swift code:**
```
public override func load() {
if FirebaseApp.app() == nil {
FirebaseApp.configure()
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.