codeforbtv / baby-equipment-exchange

MIT License
0 stars 8 forks source link

Set up to allow multiple user tier categories for a user #29

Closed ksnielsen closed 10 months ago

NathanWEdwards commented 10 months ago

Acceptance criteria:

Pull Request 22 introduces support for custom claims. Custom Claims is a feature the Firebase SDK offers that assigns attributes to users. These assigned attributes are not visible without programmatic access. Additionally, custom claims are compatible with Firebase Security Rules.

Custom claims define attributes within a JSON object. Claims represent names of attributes as JSON keys and the values of a claim is a JSON value.