validations of connection to validation db
This commit is contained in:
@@ -13,6 +13,7 @@ import 'package:client_create_order/client_create_order.dart'
|
||||
as client_create_order;
|
||||
import 'package:firebase_core/firebase_core.dart';
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:krow_data_connect/krow_data_connect.dart' as dc;
|
||||
import 'package:krow_core/core.dart';
|
||||
import 'firebase_options.dart';
|
||||
|
||||
@@ -21,6 +22,9 @@ void main() async {
|
||||
await Firebase.initializeApp(
|
||||
options: kIsWeb ? DefaultFirebaseOptions.currentPlatform : null,
|
||||
);
|
||||
if (kDebugMode) {
|
||||
debugPrint('DataConnect config: ${dc.ExampleConnector.connectorConfig.toJson()}');
|
||||
}
|
||||
runApp(ModularApp(module: AppModule(), child: const AppWidget()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user