Class FirebaseConnect


  • public class FirebaseConnect
    extends java.lang.Object
    The FirebaseConnect class provides methods to connect to and interact with the Firebase Firestore database. It supports adding new users, checking if a user already exists, and retrieving player profiles. It uses listeners to handle results and errors from database operations.