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
+51Lines changed: 51 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,7 @@ function promptQuestionsResult(result) {
138
138
if(usingAndroid){
139
139
writeGradleFile(result);
140
140
writeGoogleServiceCopyHook();
141
+
writeGoogleServiceGradleHook();
141
142
}
142
143
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