2.4.0 • Published 2 years ago
tv_libs v2.4.0
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
2 years ago
2.3.2
2 years ago
2.3.1
2 years ago
2.3.0
2 years ago
2.2.0
2 years ago
2.1.1
2 years ago
2.1.0
2 years ago
2.0.2
2 years ago
2.0.1
2 years ago
2.0.0
2 years ago
1.5.7
2 years ago
1.5.6
2 years ago
1.5.5
2 years ago
1.5.4
2 years ago
1.5.3
2 years ago
1.5.2
2 years ago
1.5.1
2 years ago
1.5.0
2 years ago
1.4.0
2 years ago
1.3.0
2 years ago
1.2.0
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago