Pular para o conteúdo principal

Firebase

Recurso de comunicação com o Firebase.


active


_firebase.active() : boolean

Retorno

( boolean )


app


_firebase.app() : com.google.firebase.FirebaseApp

Retorno

( com.google.firebase.FirebaseApp )


auth


_firebase.auth() : com.google.firebase.auth.FirebaseAuth

Retorno

( com.google.firebase.auth.FirebaseAuth )


config


_firebase.config() : void

Retorno

( void )


database


_firebase.database() : com.google.firebase.database.FirebaseDatabase

Retorno

( com.google.firebase.database.FirebaseDatabase )


databaseReference


_firebase.databaseReference(path: string) : com.google.firebase.database.DatabaseReference

Atributos
NOMETIPODESCRIÇÃO
pathstring
Retorno

( com.google.firebase.database.DatabaseReference )


_firebase.databaseReference(path: string, uid: string) : com.google.firebase.database.DatabaseReference

Atributos
NOMETIPODESCRIÇÃO
pathstring
uidstring
Retorno

( com.google.firebase.database.DatabaseReference )


listener


_firebase.listener(ref: com.google.firebase.database.DatabaseReference, url: string) : void

Atributos
NOMETIPODESCRIÇÃO
refcom.google.firebase.database.DatabaseReference
urlstring
Retorno

( void )


_firebase.listener(path: string, url: string) : void

Atributos
NOMETIPODESCRIÇÃO
pathstring
urlstring
Retorno

( void )


removeValue


_firebase.removeValue(ref: com.google.firebase.database.DatabaseReference) : void

Atributos
NOMETIPODESCRIÇÃO
refcom.google.firebase.database.DatabaseReference
Retorno

( void )


_firebase.removeValue(path: string) : void

Atributos
NOMETIPODESCRIÇÃO
pathstring
Retorno

( void )


_firebase.removeValue(path: string, uid: string) : void

Atributos
NOMETIPODESCRIÇÃO
pathstring
uidstring
Retorno

( void )


setValue


_firebase.setValue(ref: com.google.firebase.database.DatabaseReference, data: java.util.List) : void

Atributos
NOMETIPODESCRIÇÃO
refcom.google.firebase.database.DatabaseReference
datajava.util.List
Retorno

( void )


_firebase.setValue(ref: com.google.firebase.database.DatabaseReference, data: Values) : void

Atributos
NOMETIPODESCRIÇÃO
refcom.google.firebase.database.DatabaseReference
dataValues
Retorno

( void )


_firebase.setValue(path: string, uid: string, data: java.util.List) : void

Atributos
NOMETIPODESCRIÇÃO
pathstring
uidstring
datajava.util.List
Retorno

( void )


_firebase.setValue(path: string, uid: string, data: Config | Exec | Header | Req | Res | Values | DataSchema) : void

Atributos
NOMETIPODESCRIÇÃO
pathstring
uidstring
dataConfig | Exec | Header | Req | Res | Values | DataSchema
Retorno

( void )


_firebase.setValue(path: string, uid: string, data: Values) : void

Atributos
NOMETIPODESCRIÇÃO
pathstring
uidstring
dataValues
Retorno

( void )


_firebase.setValue(path: string, data: java.util.List) : void

Atributos
NOMETIPODESCRIÇÃO
pathstring
datajava.util.List
Retorno

( void )


_firebase.setValue(path: string, data: Config | Exec | Header | Req | Res | Values | DataSchema) : void

Atributos
NOMETIPODESCRIÇÃO
pathstring
dataConfig | Exec | Header | Req | Res | Values | DataSchema
Retorno

( void )


_firebase.setValue(path: string, data: Values) : void

Atributos
NOMETIPODESCRIÇÃO
pathstring
dataValues
Retorno

( void )