Skip to content

Releases: SwiftfulThinking/SwiftfulFirebaseAuth

1.0.7

27 May 18:01
683a61b
Compare
Choose a tag to compare

Add mock overrides

// .signInAndOut (default behavior)
// .signedIn
// .signedOut
#Preview {
    MyView()
            .environment(\.authManager, AuthManager(configuration: .mock(.signedIn)))
}

What's Changed

Full Changelog: 1.0.6...1.0.7

1.0.6

12 May 03:55
1c98161
Compare
Choose a tag to compare
  • Support Anonymous Sign In and linking multiple auth accounts together

What's Changed

New Contributors

Full Changelog: 1.0.5...1.0.6

1.0.5

23 Apr 01:07
eb93995
Compare
Choose a tag to compare
  • Add Phone Number SSO, update Readme

What's Changed

New Contributors

Full Changelog: 1.0.4...1.0.5

1.0.4

20 Apr 17:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

11 Nov 21:37
6447c25
Compare
Choose a tag to compare

Log out synchronous behavior.

1.0.2

07 Nov 01:18
732632b
Compare
Choose a tag to compare

Stable version. Apple & Google SSO.

1.0.0

02 Nov 03:37
2c9bb5d
Compare
Choose a tag to compare

First release. AuthManager w/ Mock & Firebase.