adding in basics of firebase

This commit is contained in:
talksik
2021-12-13 02:46:29 -08:00
parent 83e1b1404a
commit 8c207082ed
7 changed files with 248 additions and 25 deletions
+6
View File
@@ -6,9 +6,15 @@
//
import SwiftUI
import Firebase
@main
struct nirvana_iosApp: App {
init() {
FirebaseApp.configure()
}
var body: some Scene {
WindowGroup {
ContentView()