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

Commit 803d7c5

Browse files
Merge pull request #1319 from ycherniavskyi/master
Add missed optional token property to Provider interface
2 parents 1c5e179 + fd485ab commit 803d7c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/firebase.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ export interface IdTokenResult {
233233

234234
export interface Provider {
235235
id: string;
236+
token?: string;
236237
}
237238

238239
export interface FirebasePasswordLoginOptions {

0 commit comments

Comments
 (0)