Phase 7 - Added Firebase layer

This commit is contained in:
gitea
2025-11-05 21:53:38 +01:00
parent 13ec9e5a9d
commit 5d3f8c68bd
14 changed files with 1255 additions and 5 deletions
+2
View File
@@ -14,6 +14,7 @@ void main() {
expect(config.immichBaseUrl, isNotEmpty);
expect(config.immichApiKey, isNotEmpty);
expect(config.nostrRelays, isNotEmpty);
expect(config.firebaseConfig, isNotNull);
});
/// Tests that loading 'prod' environment returns the correct configuration.
@@ -27,6 +28,7 @@ void main() {
expect(config.immichBaseUrl, isNotEmpty);
expect(config.immichApiKey, isNotEmpty);
expect(config.nostrRelays, isNotEmpty);
expect(config.firebaseConfig, isNotNull);
});
/// Tests that loading configuration is case-insensitive.