Finish Hotfix-1
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -59,7 +59,7 @@ public class FirebaseService {
|
||||
final HashMap<String, String> setupSection = setupGest.getSetupSection(advancedDataSource.getConnection(), "FIREBASE", "NOTIFICATION");
|
||||
|
||||
if (!"S".equalsIgnoreCase(UtilityHashMap.getValueIfExists(setupSection, "ATTIVO")))
|
||||
return;
|
||||
continue;
|
||||
|
||||
InputStream refreshToken;
|
||||
try {
|
||||
@@ -68,11 +68,11 @@ public class FirebaseService {
|
||||
refreshToken = url.openStream();
|
||||
} catch (Exception e) {
|
||||
logger.error(e);
|
||||
throw e;
|
||||
continue;
|
||||
}
|
||||
|
||||
if (refreshToken == null)
|
||||
return;
|
||||
continue;
|
||||
|
||||
FirebaseOptions options;
|
||||
try {
|
||||
@@ -81,7 +81,7 @@ public class FirebaseService {
|
||||
.build();
|
||||
} catch (Exception e) {
|
||||
logger.error(e);
|
||||
throw e;
|
||||
continue;
|
||||
}
|
||||
|
||||
FirebaseApp.initializeApp(options, advancedDataSource.getDataSource().getDbName());
|
||||
|
||||
Reference in New Issue
Block a user