capacitor-community / capacitor-community/firebase-analytics

The default Firebase app has not yet been configured

Open
#51 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.