UNPKG
ez-firebase-auth
Version:
latest (1.0.10)
1.0.10
1.0.9
1.0.8
Easy Firebase Auth for Angular 4.x
github.com/nowzoo/ez-firebase-auth
nowzoo/ez-firebase-auth
ez-firebase-auth
/
routes
/
user-provider-data.class.d.ts
10 lines
(9 loc)
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
*
as
firebase
from
'firebase'
;
export
declare
class
UserProviderData
{
ids
:
string
[];
oauthIds
:
string
[];
hasPassword
:
boolean
;
canAddPassword
:
boolean
;
canAddOauth
:
string
[];
constructor
(
user
: firebase.
User
|
null
,
enabled
:
string
[]
); }