Peter Friese 46a525d149 Make sure the AsyncSequences returned from authStateChanges and idTokenChanges are `Sendable`. 5 месяцев назад
..
Docs 9f68d4f4f1 Fix Xcode 16 continuation crashes (#13521) 1 год назад
Interop 2cf218de25 Merge remote-tracking branch 'origin/main' into auth-swift 1 год назад
Sources 46a525d149 Make sure the AsyncSequences returned from authStateChanges and idTokenChanges are `Sendable`. 5 месяцев назад
Tests 62742e98ad Address feedback from review 6 месяцев назад
CHANGELOG.md ac13e18968 Update changelog 6 месяцев назад
README.md b7db7b4492 [Auth] TOTP support for macOS (#15112) 7 месяцев назад

README.md

Firebase Auth for iOS and macOS

Firebase Auth enables apps to easily support multiple authentication options for their end users.

Please visit our developer site for integration instructions, documentation, support information, and terms of service.

Firebase Auth Development

Example/Auth contains a set of samples and tests that integrate with FirebaseAuth.

The unit tests run without any additional configuration along with the rest of Firebase. See Tests/SampleSwift/README.md for information about setting up, running, and testing the samples.