You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
totrue
.This feature should be able to be extended to handle other special access codes in the future.
The text was updated successfully, but these errors were encountered: