We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56dc956 commit 230a15eCopy full SHA for 230a15e
README.md
@@ -82,7 +82,7 @@ FirebaseOptions options = new FirebaseOptions.Builder()
82
```
83
84
You can then pass this to the `initialize` function, along with a mock Android `context` supplied by the `firebase-java-sdk`, like so:
85
-```
+```kotlin
86
import android.app.Application
87
88
val app = Firebase.initialize(new Application(), options)
0 commit comments