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

Commit dfb8c84

Browse files
Merge pull request #162 from marcbuils/patch-2
#161 - Typescript: Firebase is not a module
2 parents 546acec + 0c0138a commit dfb8c84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
declare module "nativescript-firebase" {
1+
declare module "nativescript-plugin-firebase" {
22

33
/**
44
* The allowed values for LoginOptions.type.
@@ -509,4 +509,4 @@ declare module "nativescript-firebase" {
509509

510510
// crash logging
511511
// export function sendCrashLog(options: SendCrashLogOptions): Promise<any>;
512-
}
512+
}

0 commit comments

Comments
 (0)