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.
} else if (!fs.existsSync(destinationGooglePlist)) { // single GoogleService-Info.plist modus but missing
3667
+
} else if (!fs.existsSync(destinationGooglePlist)) { // single GoogleService-Info.plist modus but missing`;
3668
+
if(externalPushClientOnly){
3669
+
beforeCheckForChangesContent+=`
3670
+
return true;`;
3671
+
}else{
3672
+
beforeCheckForChangesContent+=`
3668
3673
copyPlistOpts.$logger.warn("nativescript-plugin-firebase: " + destinationGooglePlist + " does not exist. Please follow the installation instructions from the documentation");
3669
-
return false;
3674
+
return false;`;
3675
+
}
3676
+
beforeCheckForChangesContent+=`
3670
3677
} else {
3671
3678
return true; // single GoogleService-Info.plist modus
0 commit comments