Commit 83309bb
feat(auth): Adds support for importUsers API. (#220)
* feat(auth): Adds support for importUsers API.
This API can be used for bulk account import to Firebase Auth user database
from external Auth systems using different hashing algorithms as well as
other Firebase projects.
fix(auth): Fixes quota exceeded errors thrown in auth integration tests due
to backend throttling.
* Fixed linter errors.
* Addresses review comments.
* Additional fixes added.
* Improved comment.
* More comment tweaks.
* Addressed more comments.
* More fixes.
* More fixes.
* Addressed review comments.
* More review comments addressed.
* Adds email to provider in Auth integration importUsers test for multiple
OAuth providers. This helps test provider emails are correctly set.
* Adds customClaims integration test to importUsers test.
* Updates package-lock.json.1 parent 6c1dfb0 commit 83309bb
File tree
16 files changed
+2920
-298
lines changed- src
- auth
- utils
- test
- integration
- unit
- auth
- utils
16 files changed
+2920
-298
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
82 | | - | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
86 | | - | |
87 | | - | |
88 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | | - | |
| 92 | + | |
92 | 93 | | |
93 | | - | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
97 | | - | |
| 98 | + | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
101 | | - | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
0 commit comments