aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/README.md
blob: f6e123e36309016d8f519b272364cbaa8dde4027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Firebase Auth for iOS

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

Please visit [our developer site](https://firebase.google.com/docs/auth/) 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 [Example/Auth/README.md](../../Example/Auth/README.md) for
information about setting up, running, and testing the samples.