2.4.0 • Published 3 years ago

tv_libs v2.4.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years 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

3 years ago

2.3.2

3 years ago

2.3.1

3 years ago

2.3.0

3 years ago

2.2.0

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.5.7

3 years ago

1.5.6

3 years ago

1.5.5

3 years ago

1.5.4

3 years ago

1.5.3

3 years ago

1.5.2

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago