React Native Firebase
Documentation
GitHub
npm
Preparing search index...
@react-native-firebase/database
types/database
DatabaseReference
Interface DatabaseReference
interface
DatabaseReference
{
key
:
string
|
null
;
parent
:
DatabaseReference
|
null
;
ref
:
DatabaseReference
;
root
:
DatabaseReference
;
isEqual
(
other
:
Query
|
null
)
:
boolean
;
toJSON
()
:
string
;
toString
()
:
string
;
}
Hierarchy (
View Summary
)
Query
DatabaseReference
ThenableReference
Index
Methods
is
Equal
to
JSON
to
String
Properties
key
parent
ref
root
Methods
is
Equal
isEqual
(
other
:
Query
|
null
)
:
boolean
Parameters
other
:
Query
|
null
Returns
boolean
to
JSON
toJSON
()
:
string
Returns
string
to
String
toString
()
:
string
Returns
string
Properties
Readonly
key
key
:
string
|
null
Readonly
parent
parent
:
DatabaseReference
|
null
Readonly
ref
ref
:
DatabaseReference
Readonly
root
root
:
DatabaseReference
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
is
Equal
to
JSON
to
String
Properties
key
parent
ref
root
Documentation
Documentation
GitHub
npm
React Native Firebase
Loading...