Skip to content

Commit 31d1e9c

Browse files
committed
fix: change firebase app id
1 parent b1091d2 commit 31d1e9c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/SampleApp/fastlane/Fastfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ output_ipa_name = "reactnativesampleapp.ipa"
1515

1616
# Android Platform Configuration
1717
package_name = 'io.getstream.reactnative.sampleapp'
18-
firebase_app_id = "1:860064972837:android:45442c1123323ac9f17fcc"
18+
firebase_app_id = "1:674907137625:android:cba499ae72f6ee4bd7f348"
1919
firebase_credentials_file = "./credentials/firebase-credentials.json"
2020
output_apk_name = "reactnativesampleapp.apk"
2121
apk_path = "#{build_output_directory}/#{output_apk_name}"
@@ -115,11 +115,11 @@ platform :android do
115115

116116
UI.message("Deploying to Firebase: #{deploy}")
117117

118-
# # Clean
119-
# gradle(
120-
# task: "clean",
121-
# project_dir: "./android"
122-
# )
118+
# Clean
119+
gradle(
120+
task: "clean",
121+
project_dir: "./android"
122+
)
123123

124124
# Build the AAB
125125
gradle(

0 commit comments

Comments
 (0)