pull/438/head
Jorge Coca 3 years ago
parent 62f9535797
commit 4bede11508

@ -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,

Loading…
Cancel
Save