You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
616 B

6 years ago
  1. # Firebase Auth for iOS
  2. Firebase Auth enables apps to easily support multiple authentication options
  3. for their end users.
  4. Please visit [our developer site](https://firebase.google.com/docs/auth/) for
  5. integration instructions, documentation, support information, and terms of
  6. service.
  7. # Firebase Auth Development
  8. Example/Auth contains a set of samples and tests that integrate with
  9. FirebaseAuth.
  10. The unit tests run without any additional configuration along with the rest of
  11. Firebase. See [Example/Auth/README.md](../../Example/Auth/README.md) for
  12. information about setting up, running, and testing the samples.