UNPKG

steemconnect-firebase-functions

Version:

A TypeScript library that can help you build applications with SteemConnect and Firebase.

10 lines (9 loc) 207 B
export interface FirebaseAccount { uid: string; username: string; photoURL?: string; email?: string; emailVerified?: boolean; phoneNumber?: string; disabled?: boolean; }