CMPUT301W23T49 / Code-Catchers-MAIN

0 stars 1 forks source link

Qr options update player id fields #109

Closed noahmsilva closed 1 year ago

noahmsilva commented 1 year ago

All 3 fields for leaderboards now work as intended within database. There may be an issue when scanning QR Codes where the program may crash. This is because if your account was made before this update, it is missing the necessary fields. You can add these "totalscore" "monstercount" "highestmonsterscore" into your PlayerID's fields in firestore, with type String. Or you can delete your player ID and make a new one. It automatically adds these fields for new accounts.