Phase 7 - Added Firebase layer
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user