java.lang.Object |
↳ |
com.google.firebase.FirebaseOptions.Builder |
Class Overview
Builder for constructing FirebaseOptions.
Summary
[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 Constructors
public
FirebaseOptions.Builder
()
Constructs an empty builder.
public
FirebaseOptions.Builder
(FirebaseOptions options)
Initializes the builder's values from the options object.
The new builder is not backed by this objects values, that is changes made to the new
builder don't change the values of the origin object.
Parameters |
options |
FirebaseOptions
|
Public Methods
Parameters |
databaseUrl |
String
|
Parameters |
gcmSenderId |
String
|
Parameters |
projectId |
String
|