Skip to content

Instantly share code, notes, and snippets.

@xmhafiz
Created October 19, 2021 22:34
Show Gist options
  • Save xmhafiz/b40e24695c89f2d6fcf6874af04bf7ac to your computer and use it in GitHub Desktop.
Save xmhafiz/b40e24695c89f2d6fcf6874af04bf7ac to your computer and use it in GitHub Desktop.
import Firebase
import SwiftUI
@main
struct RTDBCodableApp: App {
init() {
FirebaseApp.configure()
}
var body: some Scene {
WindowGroup {
ContentView()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment