app-distribution
interface
The Firebase AppDistribution service interface.
This module is available for the default app only.
Example
Get the AppDistribution service for the default app:
const defaultAppAppDistribution = firebase.appDistribution();
Properties
Methods
checkForUpdate
</>Check to see whether a new distribution is available If not an iOS device, it always rejects, as no default response seems sensible.
checkForUpdate(): Promise<AppDistributionRelease>;
isTesterSignedIn
</>Returns true if the App Distribution tester is signed in. If not an iOS device, it always rejects, as neither false nor true seem like a sensible default.
isTesterSignedIn(): Promise<boolean>;