React Native Firebase
GitHub
npm
Preparing search index...
@react-native-firebase/app-distribution
FirebaseAppDistributionTypes
Module
Interface Module
Deprecated
Use the exported
AppDistribution
type instead.
interface
Module
{
app
:
ReactNativeFirebase
.
FirebaseApp
;
checkForUpdate
()
:
Promise
<
FirebaseAppDistributionTypes
.
AppDistributionRelease
,
>
;
isTesterSignedIn
()
:
Promise
<
boolean
>
;
signInTester
()
:
Promise
<
void
>
;
signOutTester
()
:
Promise
<
void
>
;
}
Hierarchy (
View Summary
)
FirebaseModule
Module
Index
Methods
check
For
Update
is
Tester
Signed
In
sign
In
Tester
sign
Out
Tester
Properties
app
Methods
check
For
Update
checkForUpdate
()
:
Promise
<
FirebaseAppDistributionTypes
.
AppDistributionRelease
>
Returns
Promise
<
FirebaseAppDistributionTypes
.
AppDistributionRelease
>
Deprecated
Use the exported
AppDistribution
type instead.
is
Tester
Signed
In
isTesterSignedIn
()
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
Deprecated
Use the exported
AppDistribution
type instead.
sign
In
Tester
signInTester
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Deprecated
Use the exported
AppDistribution
type instead.
sign
Out
Tester
signOutTester
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Deprecated
Use the exported
AppDistribution
type instead.
Properties
app
app
:
ReactNativeFirebase
.
FirebaseApp
Deprecated
Use the exported
AppDistribution
type instead.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
check
For
Update
is
Tester
Signed
In
sign
In
Tester
sign
Out
Tester
Properties
app
Documentation
GitHub
npm
React Native Firebase
Loading...
Deprecated
Use the exported
AppDistributiontype instead.