firebase / quickstart-ios

Firebase Quickstart Samples for iOS

Home Page:https://firebase.google.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No-AppDelegate FirebaseAuth example

OccultSlolem opened this issue · comments

I'm trying to set up sign in using FirebaseUI. The thing is that my app uses the new SwiftUI Lifecycle, and all the documentation and tutorials on the internet (including in this repo and on Firebase's own documentation) seem to cater only to the old UIKit lifecycle.