firebaseInit function

Future firebaseInit()

Implementation

Future firebaseInit() async {
  await Firebase.initializeApp();
}