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

Commit

Permalink
#114 Facebook authentication return object missing object members
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Aug 29, 2016
1 parent ffcd95e commit cb05a8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions firebase.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ declare module "nativescript-plugin-firebase" {
* See: https://firebase.google.com/docs/auth/server
*/
tokenProviderFn?: () => Promise<String>;
/**
* For Facebook auth. Default: ["public_profile", "email"]
*/
scope?: string[];
}

/**
Expand Down

0 comments on commit cb05a8c

Please sign in to comment.