Skip to content

Commit 08cee09

Browse files
authored
docs(app): correct Swift method name in integration docs (#8511)
Altered documentation to describe the right method being changed
1 parent 484b04c commit 08cee09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ At the top of the file, import the Firebase SDK right after `'import ReactAppDep
182182
import Firebase
183183
```
184184

185-
Within your existing `didFinishLaunchingWithOptions` method, add the following to the top of the method:
185+
Within your existing `application` method, add the following to the top of the method:
186186

187187
```swift
188188
override func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {

0 commit comments

Comments
 (0)