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 bb00827 commit 56dc956Copy full SHA for 56dc956
README.md
@@ -81,6 +81,13 @@ FirebaseOptions options = new FirebaseOptions.Builder()
81
.build();
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
+```
86
+import android.app.Application
87
+
88
+val app = Firebase.initialize(new Application(), options)
89
90
91
## Project status
92
93
The following libraries are available for the various Firebase products.
0 commit comments