public final class

FirebaseOptions

extends Object
java.lang.Object
   ↳ com.google.firebase.FirebaseOptions

Class Overview

Configurable Firebase options.

Summary

Nested Classes
class FirebaseOptions.Builder Builder for constructing FirebaseOptions. 
Public Methods
boolean equals(Object o)
Map<String, Object> getDatabaseAuthVariableOverride()
Gets the auth variable to be used by database rules.
String getDatabaseUrl()
The database root URL, e.g.
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public boolean equals (Object o)

public Map<String, Object> getDatabaseAuthVariableOverride ()

Gets the auth variable to be used by database rules.

Returns
  • the auth variable values supplied by the developer.

public String getDatabaseUrl ()

The database root URL, e.g. http://abc-xyz-123.firebaseio.com.

public int hashCode ()

public String toString ()