aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth
diff options
context:
space:
mode:
authorGravatar Zsika Phillip <protocol86@users.noreply.github.com>2018-04-04 13:51:36 -0700
committerGravatar Ryan Wilson <wilsonryan@google.com>2018-04-04 16:51:36 -0400
commit2961f17a0efb9c17e437a1b78a832817313ba9ba (patch)
tree7502478cda78d1e25d9b91aa395f9bdef4f59bee /Firebase/Auth
parent5fa10a914334562564a26298f128bc852269077f (diff)
updates the changelog for pending release (#1025)
* updates the changelog for pending release * addresses comment
Diffstat (limited to 'Firebase/Auth')
-rw-r--r--Firebase/Auth/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md
index 846c2ca..fd5af27 100644
--- a/Firebase/Auth/CHANGELOG.md
+++ b/Firebase/Auth/CHANGELOG.md
@@ -8,6 +8,10 @@
email-link authentication. If `handleCodeInApp` is set to false an invalid argument exception
is thrown (#931).
+- Adds support for passing the deep link (which is embedded in the sign-in link sent via email) to the
+ `signInWithEmail:link:completion:` and `isSignInWithEmailLink:` methods during an
+ email/link sign-in flow (#1023).
+
# v4.5.0
- Adds new API which provides a way to determine the sign-in methods associated with an
email address.