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

Commit cb05a8c

Browse files
#114 Facebook authentication return object missing object members
1 parent ffcd95e commit cb05a8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

firebase.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ declare module "nativescript-plugin-firebase" {
8787
* See: https://firebase.google.com/docs/auth/server
8888
*/
8989
tokenProviderFn?: () => Promise<String>;
90+
/**
91+
* For Facebook auth. Default: ["public_profile", "email"]
92+
*/
93+
scope?: string[];
9094
}
9195

9296
/**

0 commit comments

Comments
 (0)