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
869
+
} else if (!fs.existsSync(destinationGooglePlist)) { // single GoogleService-Info.plist modus but missing`;
870
+
if(externalPushClientOnly){
871
+
beforeCheckForChangesContent+=`
872
+
return true; // this is a push-only project, so this is allowed`;
873
+
}else{
874
+
beforeCheckForChangesContent+=`
870
875
copyPlistOpts.$logger.warn("nativescript-plugin-firebase: " + destinationGooglePlist + " does not exist. Please follow the installation instructions from the documentation");
871
-
return false;
876
+
return false;`;
877
+
}
878
+
beforeCheckForChangesContent+=`
872
879
} else {
873
880
return true; // single GoogleService-Info.plist modus
0 commit comments