Merge branch 'main' into fix/dino-mouth-opening

pull/339/head
Allison Ryan 3 years ago committed by GitHub
commit 8771785510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ service cloud.firestore {
} }
function isAuthedUser(auth) { function isAuthedUser(auth) {
return request.auth.uid != null; && auth.token.firebase.sign_in_provider == "anonymous" return request.auth.uid != null && auth.token.firebase.sign_in_provider == "anonymous"
} }
// Leaderboard can be read if it doesn't contain any prohibited initials // Leaderboard can be read if it doesn't contain any prohibited initials

Loading…
Cancel
Save