3.0.0-beta.1 • Published 5 years ago
@bazumax/capacitor-firebase-auth v3.0.0-beta.1
capacitor-firebase-auth
npm init @capacitor/plugin
Install
npm install capacitor-firebase-auth
npx cap syncAPI
getClaims()
getClaims() => Promise<ClaimsResult>Returns the custom claims (set by developer via Admin SDK).
Returns: Promise<ClaimsResult>
Since: 3.0.0
Interfaces
ClaimsResult
| Prop | Type |
|---|---|
claims | Record<string, boolean> |
Type Aliases
Record
Construct a type with a set of properties K of type T
{
}
3.0.0-beta.5
5 years ago
3.0.0-beta.4
5 years ago
3.0.0-beta.3
5 years ago
3.0.0-beta.2
5 years ago
3.0.0-beta.1
5 years ago