The Login and Chat system is a convenient package that allows you to add login and chat functionality to your game projects. It includes one scene and necessary scripts to implement in your game project, making it easy to start with Firebase. This package is designed to work with Firebase: FirebaseAuth, FirestoreDatabase already installed on Unity.
The Firestore Database feature allows for near real-time data syncing across devices, making it ideal for features like user data syncing and chat messages. It includes:
* Add Data * Read Data * Chat messages
Please note that you need to have Firebase: FirebaseAuth, FirestoreDatabase already installed on Unity for this package to work properly. The assets were tested on Android devices and work fine.
If you encounter any issues, please contact the developer at gameassetsteam@gmail.com for assistance.
Technical Details:
Features: * Supports various authentication methods * Includes Firestore Database for near real-time data syncing * Tested on Android devices * Works with Firebase: FirebaseAuth, FirestoreDatabase * Easy to implement in game projects * Convenient for adding login and chat functionality * Supports email login, register, change password, send verification email, and delete account * Includes add data, read data, and chat messages features