aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-09-19 11:18:04 -0700
committerGravatar GitHub <noreply@github.com>2017-09-19 11:18:04 -0700
commit9447e72cab40c9ea59e49a726d2890bcf356d38a (patch)
treedc25e027769cc1fbe6bd6e0ae0d877858e0780e7 /Firebase
parenta34d091971d05ef8e2625074157eb9ff6dda3cbd (diff)
Consolidate AuthSamples into main Firebase Xcode project (#288)
Diffstat (limited to 'Firebase')
-rw-r--r--Firebase/Auth/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/Firebase/Auth/README.md b/Firebase/Auth/README.md
index e1b23b0..f6e123e 100644
--- a/Firebase/Auth/README.md
+++ b/Firebase/Auth/README.md
@@ -6,3 +6,12 @@ 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.