java.lang.Object |
↳ |
com.google.firebase.firestore.FirebaseFirestoreSettings |
Class Overview
Settings used to configure a FirebaseFirestore instance.
Summary
Nested Classes |
class |
FirebaseFirestoreSettings.Builder |
A Builder for creating FirebaseFirestoreSettings . |
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Methods
public
boolean
equals
(Object o)
public
String
getHost
()
Returns the host of the Firestore backend.
public
boolean
isPersistenceEnabled
()
Returns whether or not to use local persistent storage.
public
boolean
isSslEnabled
()
Returns whether or not to use SSL for communication.
public
String
toString
()