-
Notifications
You must be signed in to change notification settings - Fork 290
Commit e406aca
feat(auth): Firebase Auth add link domain to actionCodeSetting (#1115)
* add link domain to actionCodeSetting
* fix: Correct deprecation tag
* fix(auth): Fix doc string and use correct error message
---------
Co-authored-by: jonathanedey <jedey@google.com>
Co-authored-by: Jonathan Edey <145066863+jonathanedey@users.noreply.github.com>1 parent 212ecea commit e406aca
File tree
4 files changed
+34
-0
lines changed- src
- main/java/com/google/firebase/auth
- internal
- test/java/com/google/firebase/auth
4 files changed
+34
-0
lines changedLines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 | + | ||
55 | + | ||
56 | + | ||
54 | 57 |
| |
55 | 58 |
| |
56 | 59 |
| |
| |||
84 | 87 |
| |
85 | 88 |
| |
86 | 89 |
| |
90 | + | ||
87 | 91 |
| |
88 | 92 |
| |
89 | 93 |
| |
| |||
135 | 139 |
| |
136 | 140 |
| |
137 | 141 |
| |
142 | + | ||
138 | 143 |
| |
144 | + | ||
139 | 145 |
| |
140 | 146 |
| |
141 | 147 |
| |
142 | 148 |
| |
143 | 149 |
| |
150 | + | ||
151 | + | ||
152 | + | ||
153 | + | ||
154 | + | ||
155 | + | ||
156 | + | ||
157 | + | ||
158 | + | ||
159 | + | ||
160 | + | ||
161 | + | ||
162 | + | ||
163 | + | ||
144 | 164 |
| |
145 | 165 |
| |
146 | 166 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
61 | 66 |
| |
62 | 67 |
| |
63 | 68 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 | + | ||
77 | + | ||
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
82 | + | ||
76 | 83 |
| |
77 | 84 |
| |
78 | 85 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 | + | ||
71 | 72 |
| |
72 | 73 |
| |
73 | 74 |
| |
| |||
77 | 78 |
| |
78 | 79 |
| |
79 | 80 |
| |
81 | + | ||
80 | 82 |
| |
81 | 83 |
| |
82 | 84 |
| |
|
0 commit comments