Commits


Peter Friese authored and GitHub committed f9929d0a9a2
Combine: Add a sample app (#8113) A SwiftUI app that shows how to use the Combine-enabled APIs in context. The app contains a basic drill-down menu navigation and a simple screen that shows how to use Anonymous Auth and authStateDidChangePublisher. As we add more publishers, their use should be demonstrated in this app as well. The app currently needs a prod Firebase project, so one of the next steps will be to enable it for local Emulators. #no-changelog