You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: scripts/installer.js
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -153,17 +153,26 @@ function promptQuestions() {
153
153
});
154
154
}
155
155
functionpromptQuestionsResult(result){
156
-
if(usingiOS){
156
+
if(usingiOS){
157
157
writePodFile(result);
158
+
exposeAdMobSymbols(isSelected(result.admob));
158
159
}
159
-
if(usingAndroid){
160
+
if(usingAndroid){
160
161
writeGradleFile(result);
161
162
writeGoogleServiceCopyHook();
162
163
writeGoogleServiceGradleHook();
163
164
}
164
165
console.log('Firebase post install completed. To re-run this script, navigate to the root directory of `nativescript-plugin-firebase` in your `node_modules` folder and run: `npm run config`.');
Copy file name to clipboardExpand all lines: scripts/postinstall.js
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2962,17 +2962,26 @@ function promptQuestions() {
2962
2962
});
2963
2963
}
2964
2964
functionpromptQuestionsResult(result){
2965
-
if(usingiOS){
2965
+
if(usingiOS){
2966
2966
writePodFile(result);
2967
+
exposeAdMobSymbols(isSelected(result.admob));
2967
2968
}
2968
-
if(usingAndroid){
2969
+
if(usingAndroid){
2969
2970
writeGradleFile(result);
2970
2971
writeGoogleServiceCopyHook();
2971
2972
writeGoogleServiceGradleHook();
2972
2973
}
2973
2974
console.log('Firebase post install completed. To re-run this script, navigate to the root directory of `nativescript-plugin-firebase` in your `node_modules` folder and run: `npm run config`.');
0 commit comments