Commit 9bcca5e
committed
docs: clarify difference between @firebaseuser and @FirebaseUserClaims
Add a section in the README to explain the separation of `@FirebaseUser` and
`@FirebaseUserClaims`. This clarification addresses potential confusion by
highlighting that `@FirebaseUser` returns the full decoded token while
`@FirebaseUserClaims` provides only the custom claims. Reference issue #11 for
more details on this update.1 parent 2266547 commit 9bcca5e
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
210 | 220 | | |
211 | 221 | | |
212 | 222 | | |
| |||
0 commit comments