npm init @capacitor/plugin
npm install capacitor-firebase-auth
npx cap sync
getClaims() => Promise<ClaimsResult>
Returns the custom claims (set by developer via Admin SDK).
Returns: Promise<ClaimsResult>
Since: 3.0.0
Prop | Type |
---|---|
claims |
Record<string, boolean> |
Construct a type with a set of properties K of type T
{
[P in K]: T;
}