Skip to content

Commit

Permalink
Déplacement firebase au début
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdeguet committed Oct 17, 2024
1 parent 8a79c2f commit 6bb27a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion scriptsharp/ScriptSharp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ private static async Task Main()
await Script5N6.Handle5N6FlutterAsync();
break;
case not null when choixChoisi.Contains("6."):
TestDebug();
await Script5N6.Handle5N6FlutterFirebaseAsync();
break;
case not null when choixChoisi.Contains("7."):
Expand Down
2 changes: 1 addition & 1 deletion scriptsharp/ScriptSharp/Script5N6.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ await Task.WhenAll(
public static async Task Handle5N6FlutterFirebaseAsync()
{
LogSingleton.Get.LogAndWriteLine("Installation de 5N6 flutter + firebase ...");
UtilsFirebase.InstallFirebase();
await Utils.CopyFileFromNetworkShareAsync(
Path.Combine(Config.LocalCache, "Sdk-Android-Flutter.7z"),
Path.Combine(Config.LocalTemp, "Sdk.7z") );
Expand Down Expand Up @@ -83,7 +84,6 @@ await Task.WhenAll(
//Utils.StartKMB();
Utils.AddToPath(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), "AppData",
"Local", "Pub", "Cache", "bin"));
UtilsFirebase.InstallFirebase();
UtilsFirebase.InstallFlutterFire();
await Utils.StartAndroidStudio();
LogSingleton.Get.LogAndWriteLine(" FAIT 5N6 Flutter + firebase complet");
Expand Down

0 comments on commit 6bb27a7

Please sign in to comment.