Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nbransby authored Dec 29, 2023
1 parent 56dc956 commit 230a15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ FirebaseOptions options = new FirebaseOptions.Builder()
```

You can then pass this to the `initialize` function, along with a mock Android `context` supplied by the `firebase-java-sdk`, like so:
```
```kotlin
import android.app.Application

val app = Firebase.initialize(new Application(), options)
Expand Down

0 comments on commit 230a15e

Please sign in to comment.