Skip to content

Commit d6fbcb6

Browse files
author
David Motsonashvili
committed
remove google-services-plugin and add the resources directly to /res
1 parent ce77d5a commit d6fbcb6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

firebase-sessions/test-app/src/main/res/values/strings.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,12 @@
3434
<string name="kill_processes_button_text">Kill Background Processes</string>
3535
<string name="no_session_text">No Session Set</string>
3636
<string name="session_id_label">Session Id: </string>
37+
<!-- Google-Services Plugin Resources-->
38+
<string name="firebase_database_url" translatable="false">https://pressthebutton-636eb.firebaseio.com</string>
39+
<string name="gcm_defaultSenderId" translatable="false">1234567</string>
40+
<string name="google_api_key" translatable="false">RaNdoMLett3r5aNdNuMb3rS</string>
41+
<string name="google_app_id" translatable="false">1:1234567:android:12345ffff54321</string>
42+
<string name="google_crash_reporting_api_key" translatable="false">RaNdoMLett3r5aNdNuMb3rS</string>
43+
<string name="google_storage_bucket" translatable="false">project-12345.firebasestorage.app</string>
44+
<string name="project_id" translatable="false">project-12345</string>
3745
</resources>

firebase-sessions/test-app/test-app.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2323
plugins {
2424
id("com.android.application")
2525
id("org.jetbrains.kotlin.android")
26-
id("com.google.gms.google-services")
2726
id("com.google.firebase.crashlytics")
2827
id("com.google.firebase.firebase-perf")
29-
id("copy-google-services")
3028
}
3129

3230
android {

0 commit comments

Comments
 (0)