Relative Content

Tag Archive for firebase-realtime-databasegoogle-cloud-functionsvuejs3

Trying to create a 2 player game where button changes color when clicked for each user

General problem… Using Vue, firebase functions and realtime database. The ‘isPlayerTurn.value’ returns false only, it never changes. I have tried changing the values/ parameters many times, have tried using AI to suggest problems, it mostly says that the code works. It does allow the creation of matchmaking and the turn does shift between users. However […]