React Native Firebase
GitHub
npm
Preparing search index...
@react-native-firebase/firestore
modular
Bytes
Class Bytes
Hierarchy
default
Bytes
Index
Constructors
constructor
Methods
is
Equal
to
Base64
to
JSON
to
String
to
Uint8
Array
from
Base64
String
from
JSON
from
Uint8
Array
Properties
_
binary
String
_
json
Schema
_
json
Schema
Version
Constructors
constructor
new
Bytes
(
blob
:
FirestoreBlobInternal
)
:
Bytes
Parameters
blob
:
FirestoreBlobInternal
Returns
Bytes
Methods
is
Equal
isEqual
(
other
:
Bytes
)
:
boolean
Parameters
other
:
Bytes
Returns
boolean
to
Base64
toBase64
()
:
string
Returns
string
to
JSON
toJSON
()
:
{
bytes
:
string
;
type
:
string
}
Returns
{
bytes
:
string
;
type
:
string
}
to
String
toString
()
:
string
Returns
string
to
Uint8
Array
toUint8Array
()
:
Uint8Array
Returns
Uint8Array
Static
from
Base64
String
fromBase64String
(
base64
:
string
)
:
Bytes
Parameters
base64
:
string
Returns
Bytes
Static
from
JSON
fromJSON
(
json
:
object
)
:
Bytes
Parameters
json
:
object
Returns
Bytes
Static
from
Uint8
Array
fromUint8Array
(
array
:
Uint8Array
)
:
Bytes
Parameters
array
:
Uint8Array
Returns
Bytes
Properties
_
binary
String
_binaryString
:
string
Static
_
json
Schema
_jsonSchema
:
{
bytes
:
string
;
type
:
string
}
= ...
Static
_
json
Schema
Version
_jsonSchemaVersion
:
string
= 'firestore/bytes/1.0'
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
is
Equal
to
Base64
to
JSON
to
String
to
Uint8
Array
from
Base64
String
from
JSON
from
Uint8
Array
Properties
_
binary
String
_
json
Schema
_
json
Schema
Version
Documentation
GitHub
npm
React Native Firebase
Loading...