@nativescript/firebase-core
Advanced tools
Comparing version 3.4.0-alpha.0 to 3.4.0-alpha.1
{ | ||
"name": "@nativescript/firebase-core", | ||
"version": "3.4.0-alpha.0", | ||
"version": "3.4.0-alpha.1", | ||
"description": "NativeScript Firebase - Core", | ||
@@ -5,0 +5,0 @@ "main": "index", |
@@ -1,4 +0,2 @@ | ||
declare class FIRApp extends NSObject { | ||
static alloc(): FIRApp; // inherited from NSObject | ||
@@ -44,3 +42,3 @@ | ||
constructor(o: { instanceWithName: string; options: FIROptions; }); | ||
constructor(o: { instanceWithName: string; options: FIROptions }); | ||
@@ -53,3 +51,2 @@ deleteApp(completion: (p1: boolean) => void): void; | ||
declare class FIRConfiguration extends NSObject { | ||
static alloc(): FIRConfiguration; // inherited from NSObject | ||
@@ -69,3 +66,2 @@ | ||
declare const enum FIRLoggerLevel { | ||
Error = 3, | ||
@@ -83,7 +79,6 @@ | ||
Max = 7 | ||
Max = 7, | ||
} | ||
declare class FIROptions extends NSObject implements NSCopying { | ||
static alloc(): FIROptions; // inherited from NSObject | ||
@@ -119,5 +114,5 @@ | ||
constructor(o: { contentsOfFile: string; }); | ||
constructor(o: { contentsOfFile: string }); | ||
constructor(o: { googleAppID: string; GCMSenderID: string; }); | ||
constructor(o: { googleAppID: string; GCMSenderID: string }); | ||
@@ -132,3 +127,2 @@ copyWithZone(zone: interop.Pointer | interop.Reference<any>): any; | ||
declare class FIRTimestamp extends NSObject implements NSCopying { | ||
static alloc(): FIRTimestamp; // inherited from NSObject | ||
@@ -148,3 +142,3 @@ | ||
constructor(o: { seconds: number; nanoseconds: number; }); | ||
constructor(o: { seconds: number; nanoseconds: number }); | ||
@@ -151,0 +145,0 @@ compare(other: FIRTimestamp): NSComparisonResult; |
@@ -1,2 +0,1 @@ | ||
declare var FIRAuthStateDidChangeInternalNotification: string; | ||
@@ -11,3 +10,2 @@ | ||
declare class FIRComponent extends NSObject { | ||
static alloc(): FIRComponent; // inherited from NSObject | ||
@@ -29,3 +27,2 @@ | ||
declare class FIRComponentContainer extends NSObject { | ||
static alloc(): FIRComponentContainer; // inherited from NSObject | ||
@@ -41,7 +38,5 @@ | ||
interface FIRComponentLifecycleMaintainer { | ||
appWillBeDeleted(app: FIRApp): void; | ||
} | ||
declare var FIRComponentLifecycleMaintainer: { | ||
prototype: FIRComponentLifecycleMaintainer; | ||
@@ -51,3 +46,2 @@ }; | ||
declare class FIRComponentType<T> extends NSObject { | ||
static alloc<T>(): FIRComponentType<T>; // inherited from NSObject | ||
@@ -61,13 +55,11 @@ | ||
declare const enum FIRConfigType { | ||
Core = 1, | ||
SDK = 2 | ||
SDK = 2, | ||
} | ||
declare const enum FIRDailyHeartbeatCode { | ||
None = 0, | ||
Some = 2 | ||
Some = 2, | ||
} | ||
@@ -80,3 +72,2 @@ | ||
declare class FIRHeartbeatLogger extends NSObject implements FIRHeartbeatLoggerProtocol { | ||
static alloc(): FIRHeartbeatLogger; // inherited from NSObject | ||
@@ -96,5 +87,5 @@ | ||
readonly // inherited from NSObjectProtocol | ||
readonly; // inherited from NSObjectProtocol | ||
constructor(o: { appID: string; }); | ||
constructor(o: { appID: string }); | ||
@@ -145,3 +136,2 @@ /** | ||
interface FIRHeartbeatLoggerProtocol extends NSObjectProtocol { | ||
/** | ||
@@ -159,3 +149,2 @@ * @since 13.0 | ||
declare var FIRHeartbeatLoggerProtocol: { | ||
prototype: FIRHeartbeatLoggerProtocol; | ||
@@ -165,3 +154,2 @@ }; | ||
declare const enum FIRInstantiationTiming { | ||
Lazy = 0, | ||
@@ -171,3 +159,3 @@ | ||
EagerInDefaultApp = 2 | ||
EagerInDefaultApp = 2, | ||
} | ||
@@ -185,6 +173,4 @@ | ||
interface FIRLibrary { | ||
} | ||
interface FIRLibrary {} | ||
declare var FIRLibrary: { | ||
prototype: FIRLibrary; | ||
@@ -196,3 +182,2 @@ | ||
declare class FIRLoggerWrapper extends NSObject { | ||
static alloc(): FIRLoggerWrapper; // inherited from NSObject | ||
@@ -199,0 +184,0 @@ |
@@ -1,4 +0,2 @@ | ||
declare class FIRHeartbeatController extends NSObject { | ||
static alloc(): FIRHeartbeatController; // inherited from NSObject | ||
@@ -8,3 +6,3 @@ | ||
constructor(o: { id: string; }); | ||
constructor(o: { id: string }); | ||
@@ -23,3 +21,2 @@ flush(): FIRHeartbeatsPayload; | ||
declare class FIRHeartbeatLoggingTestUtils extends NSObject { | ||
static alloc(): FIRHeartbeatLoggingTestUtils; // inherited from NSObject | ||
@@ -41,3 +38,2 @@ | ||
declare class FIRHeartbeatsPayload extends NSObject { | ||
static alloc(): FIRHeartbeatsPayload; // inherited from NSObject | ||
@@ -44,0 +40,0 @@ |
132756
2034