Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit a926908

Browse files
#71 email is not a property of LoginResult
1 parent e39d13f commit a926908

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ declare module "nativescript-plugin-firebase" {
9494
*/
9595
export interface LoginResult {
9696
uid: string;
97+
email?: string;
9798
provider: LoginType;
9899
expiresAtUnixEpochSeconds: number;
99100
profileImageURL?: string;

0 commit comments

Comments
 (0)