Javascript – Cloud Function in Firebase to check the age of users
I am writing an app in Flutter with a Firebase Backend. My App needs to check if a user turnt 18, and if they did it should make their attribute "hasAgreedToTerms" to false because I want them to re-agree to…