Created
October 19, 2021 22:34
-
-
Save xmhafiz/b40e24695c89f2d6fcf6874af04bf7ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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