Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(auth): add applyActionCode method #994

Merged
merged 1 commit into from
Nov 17, 2020
Merged

feat(auth): add applyActionCode method #994

merged 1 commit into from
Nov 17, 2020

Conversation

komachi
Copy link
Contributor

@komachi komachi commented Aug 26, 2020

Description

Add applyActionCode to extended firebase instance. I coded it looking at verifyPasswordResetCode, it does nearly the same, so there is not much difference.

Check List

If not relevant to pull request, check off as complete

  • All tests passing
  • Docs updated with any changes or examples if applicable
  • Added tests to ensure new feature(s) work properly

@codecov
Copy link

codecov bot commented Aug 26, 2020

Codecov Report

Merging #994 into master will increase coverage by 0.07%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #994      +/-   ##
==========================================
+ Coverage   88.33%   88.40%   +0.07%     
==========================================
  Files          29       29              
  Lines         797      802       +5     
==========================================
+ Hits          704      709       +5     
  Misses         93       93              

@prescottprue prescottprue changed the base branch from master to v3.8.0 November 17, 2020 23:16
@prescottprue prescottprue merged commit 4e40ae9 into prescottprue:v3.8.0 Nov 17, 2020
@prescottprue prescottprue mentioned this pull request Nov 17, 2020
3 tasks
prescottprue added a commit that referenced this pull request Nov 18, 2020
* feat(auth): enable claims without userProfile (#1008) - @rscotten
* fix(types): add arguments to types for onAuthStateChanged (#1018) - @AlexanderArvidsson
* fix(auth): dispatch proper error on reset password (#1016) - @djejaquino
* fix(types) move static firestore interface to where it's implemented (#1013) - @zozoens31
* feat(auth): add applyActionCode method (#994) - @komachi

Co-authored-by: Richard Scotten <rscotten@users.noreply.github.com>
Co-authored-by: Alexander Arvidsson <alexander@arvidson.nu>
Co-authored-by: Davi Aquino <djejaquino@users.noreply.github.com>
Co-authored-by: Cyrille Corpet <cyrille@corpet.net>
Co-authored-by: Anton Nesterov <anton@nesterov.cc>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants