File tree 3 files changed +6
-3
lines changed
firebase-app/src/commonTest/kotlin/dev/gitlive/firebase
firebase-auth/src/commonTest/kotlin/dev/gitlive/firebase/auth
firebase-firestore/src/commonTest/kotlin/dev/gitlive/firebase/firestore
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ class FirebaseAppTest {
17
17
apiKey = " AIzaSyCK87dcMFhzCz_kJVs2cT2AVlqOTLuyWV0" ,
18
18
databaseUrl = " https://fir-kotlin-sdk.firebaseio.com" ,
19
19
storageBucket = " fir-kotlin-sdk.appspot.com" ,
20
- projectId = " fir-kotlin-sdk"
20
+ projectId = " fir-kotlin-sdk" ,
21
+ gcmSenderId = " 846484016111"
21
22
)
22
23
)
23
24
}
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ class FirebaseAuthTest {
26
26
apiKey = " AIzaSyCK87dcMFhzCz_kJVs2cT2AVlqOTLuyWV0" ,
27
27
databaseUrl = " https://fir-kotlin-sdk.firebaseio.com" ,
28
28
storageBucket = " fir-kotlin-sdk.appspot.com" ,
29
- projectId = " fir-kotlin-sdk"
29
+ projectId = " fir-kotlin-sdk" ,
30
+ gcmSenderId = " 846484016111"
30
31
)
31
32
)
32
33
Firebase .auth.useEmulator(emulatorHost, 9099 )
Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ class FirebaseFirestoreTest {
29
29
apiKey = " AIzaSyCK87dcMFhzCz_kJVs2cT2AVlqOTLuyWV0" ,
30
30
databaseUrl = " https://fir-kotlin-sdk.firebaseio.com" ,
31
31
storageBucket = " fir-kotlin-sdk.appspot.com" ,
32
- projectId = " fir-kotlin-sdk"
32
+ projectId = " fir-kotlin-sdk" ,
33
+ gcmSenderId = " 846484016111"
33
34
)
34
35
)
35
36
Firebase .firestore.useEmulator(emulatorHost, 8080 )
You can’t perform that action at this time.
0 commit comments