Skip to content

Commit

Permalink
Merge pull request #184 from GitLiveApp/add-gcmSenderId
Browse files Browse the repository at this point in the history
add-gcmSenderId
  • Loading branch information
nbransby authored May 13, 2021
2 parents b8dbea8 + e028169 commit b56062f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ class FirebaseAppTest {
apiKey = "AIzaSyCK87dcMFhzCz_kJVs2cT2AVlqOTLuyWV0",
databaseUrl = "https://fir-kotlin-sdk.firebaseio.com",
storageBucket = "fir-kotlin-sdk.appspot.com",
projectId = "fir-kotlin-sdk"
projectId = "fir-kotlin-sdk",
gcmSenderId = "846484016111"
)
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ class FirebaseAuthTest {
apiKey = "AIzaSyCK87dcMFhzCz_kJVs2cT2AVlqOTLuyWV0",
databaseUrl = "https://fir-kotlin-sdk.firebaseio.com",
storageBucket = "fir-kotlin-sdk.appspot.com",
projectId = "fir-kotlin-sdk"
projectId = "fir-kotlin-sdk",
gcmSenderId = "846484016111"
)
)
Firebase.auth.useEmulator(emulatorHost, 9099)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ class FirebaseFirestoreTest {
apiKey = "AIzaSyCK87dcMFhzCz_kJVs2cT2AVlqOTLuyWV0",
databaseUrl = "https://fir-kotlin-sdk.firebaseio.com",
storageBucket = "fir-kotlin-sdk.appspot.com",
projectId = "fir-kotlin-sdk"
projectId = "fir-kotlin-sdk",
gcmSenderId = "846484016111"
)
)
Firebase.firestore.useEmulator(emulatorHost, 8080)
Expand Down

0 comments on commit b56062f

Please sign in to comment.