edits
This commit is contained in:
parent
4042cb223e
commit
fc9f5e521b
1 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ public class GameManager : MonoBehaviour
|
|||
AreTasksDone();
|
||||
|
||||
// Call AuthManager to update the Firebase database
|
||||
//authManager.UpdateTaskStatus("Day1", "clean room", true); // Example: Update "clean room" task to completed
|
||||
authManager.UpdateTaskStatus("Day1", "clean room", true); // Example: Update "clean room" task to completed
|
||||
}
|
||||
|
||||
// Tracks if teeth are brushed or not
|
||||
|
@ -170,7 +170,7 @@ public class GameManager : MonoBehaviour
|
|||
AreTasksDone();
|
||||
|
||||
// Call AuthManager to update the Firebase database
|
||||
//authManager.UpdateTaskStatus("Day1", "Brush teeth", true); // Update "Brush teeth" task to completed
|
||||
authManager.UpdateTaskStatus("Day1", "Brush teeth", true); // Update "Brush teeth" task to completed
|
||||
}
|
||||
|
||||
// Tracks if the floor has been swept or not
|
||||
|
|
Loading…
Add table
Reference in a new issue