-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
A user has an option on the website to enter in a special access code, designating that user as a VIP.
The server side endpoint should take in the user's firebase auth UID as a param, do a database lookup on that UID, and then change the VIP field from false to true.
This feature should be able to be extended to handle other special access codes in the future.