File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,14 @@ internal class FirebaseAuthTest: FirebaseTest() {
28
28
override fun getDatabasePath (name : String ) = File (" ./build/$name " )
29
29
})
30
30
val options = FirebaseOptions .Builder ()
31
- .setProjectId(" my-firebase-project" )
32
- .setApplicationId(" 1:27992087142:android:ce3b6448250083d1" )
33
- .setApiKey(" AIzaSyADUe90ULnQDuGShD9W23RDP0xmeDc6Mvw" )
34
- // setDatabaseURL(...)
35
- // setStorageBucket(...)
31
+ .setProjectId(" fir-java-sdk" )
32
+ .setApplicationId(" 1:341458593155:web:bf8e1aa37efe01f32d42b6" )
33
+ .setApiKey(" AIzaSyCvVHjTJHyeStnzIE7J9LLtHqWk6reGM08" )
34
+ .setDatabaseUrl(" https://fir-java-sdk-default-rtdb.firebaseio.com" )
35
+ .setStorageBucket(" fir-java-sdk.appspot.com" )
36
+ .setGcmSenderId(" 341458593155" )
36
37
.build()
38
+
37
39
val firebaseApp = Firebase .initialize(Application (), options)
38
40
auth = FirebaseAuth .getInstance(app = firebaseApp)
39
41
}
You can’t perform that action at this time.
0 commit comments