|
|
@ -17,10 +17,8 @@ void main() {
|
|
|
|
final authenticationRepository = AuthenticationRepository(firebaseAuth);
|
|
|
|
final authenticationRepository = AuthenticationRepository(firebaseAuth);
|
|
|
|
final pinballAudioPlayer = PinballAudioPlayer();
|
|
|
|
final pinballAudioPlayer = PinballAudioPlayer();
|
|
|
|
final platformHelper = PlatformHelper();
|
|
|
|
final platformHelper = PlatformHelper();
|
|
|
|
unawaited(
|
|
|
|
await Firebase.initializeApp().then(
|
|
|
|
Firebase.initializeApp().then(
|
|
|
|
(_) async => authenticationRepository.authenticateAnonymously(),
|
|
|
|
(_) => authenticationRepository.authenticateAnonymously(),
|
|
|
|
|
|
|
|
),
|
|
|
|
|
|
|
|
);
|
|
|
|
);
|
|
|
|
return App(
|
|
|
|
return App(
|
|
|
|
authenticationRepository: authenticationRepository,
|
|
|
|
authenticationRepository: authenticationRepository,
|
|
|
|