Class FirebaseApplicationConfiguration

java.lang.Object
dev.getelements.elements.sdk.model.application.ApplicationConfiguration
dev.getelements.elements.sdk.model.application.FirebaseApplicationConfiguration
All Implemented Interfaces:
Serializable

public class FirebaseApplicationConfiguration extends ApplicationConfiguration
Represents a Firebase application configuration.
See Also:
  • Constructor Details

    • FirebaseApplicationConfiguration

      public FirebaseApplicationConfiguration()
      Creates a new instance.
  • Method Details

    • getProjectId

      public String getProjectId()
      Returns the Firebase project identifier.
      Returns:
      the project ID
    • setProjectId

      public void setProjectId(String projectId)
      Sets the Firebase project identifier.
      Parameters:
      projectId - the project ID
    • getServiceAccountCredentials

      public String getServiceAccountCredentials()
      Returns the service account credentials JSON.
      Returns:
      the service account credentials
    • setServiceAccountCredentials

      public void setServiceAccountCredentials(String serviceAccountCredentials)
      Sets the service account credentials JSON.
      Parameters:
      serviceAccountCredentials - the service account credentials
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class ApplicationConfiguration
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ApplicationConfiguration