Summary
In my humble opinion, I think this has been a very fruitful chapter. We have learned a lot in these pages. After designing a new scene from scratch and registering it as a new record in the Firestore database, we (finally) learned how to program several scripts.
In these scripts, and in a very didactic way, we learned how to use the Firebase Authentication SDK to identify ourselves as administrators and later create another script that, through the Firestore SDK, we have been able to read and write from the Unity Editor.
The lesson learned here is that there are infinite possibilities in front of us, having learned how to program scripts that communicate with Firebase services, which will have awakened in your mind a storm of ideas and new possibilities.
In the next chapter, we will learn how to integrate another great feature of Firebase, Firebase Authentication. We will include a system that will allow users to log in or create a new account. For this, we will design...