3.0.0-beta.5 • Published 3 years ago

@bazumax/capacitor-firebase-auth v3.0.0-beta.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

capacitor-firebase-auth

npm init @capacitor/plugin

Install

npm install capacitor-firebase-auth
npx cap sync

API

getClaims()

getClaims() => Promise<ClaimsResult>

Returns the custom claims (set by developer via Admin SDK).

Returns: Promise<ClaimsResult>

Since: 3.0.0


Interfaces

ClaimsResult

PropType
claimsRecord<string, boolean>

Type Aliases

Record

Construct a type with a set of properties K of type T

{

}