2.4.0 • Published 8 months ago

tv_libs v2.4.0

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

How to use?

class SetUp implements ServiceWorkerDelegate {

    public applicationConfig(): FirebaseOptions {
        return {
            apiKey: "xxx",
            authDomain: "xxx",
            databaseURL: "xxx",
            projectId: "xxx",
            storageBucket: "xxx",
            messagingSenderId: "xxx",
            appId: "xxx",
            measurementId: "xxx"
        };
    }
}

let application: FirebaseApplication = new FirebaseApplication(new SetUp());
let firestore: FireStoreWorker = new FireStoreWorker(application);

export { firestore };
  • Then, do anything you want

  • Thanks

2.4.0

8 months ago

2.3.2

8 months ago

2.3.1

8 months ago

2.3.0

8 months ago

2.2.0

9 months ago

2.1.1

9 months ago

2.1.0

9 months ago

2.0.2

9 months ago

2.0.1

9 months ago

2.0.0

9 months ago

1.5.7

9 months ago

1.5.6

9 months ago

1.5.5

9 months ago

1.5.4

9 months ago

1.5.3

9 months ago

1.5.2

9 months ago

1.5.1

9 months ago

1.5.0

9 months ago

1.4.0

9 months ago

1.3.0

9 months ago

1.2.0

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago