Skip to content

Instantly share code, notes, and snippets.

@mitnick78
Created January 4, 2022 20:28
Show Gist options
  • Save mitnick78/8ea812f3b65651d404b3dbc5869cb381 to your computer and use it in GitHub Desktop.
Save mitnick78/8ea812f3b65651d404b3dbc5869cb381 to your computer and use it in GitHub Desktop.
struct logbookLanguageApp: App {
// MARK: Intialize Firebase
init(){
FirebaseApp.configure()
}
var body: some Scene {
WindowGroup {
ContentView().environmentObject(AuthViewModel.shared)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment