UNPKG

extended-angular-firestore

Version:

Lightweight extension of Angular Firestore. Provides a more intuitive API. Create, Update, Insert-or-Update (Upsert), Check for Existence, Download Once, Download and Listen for Changes.

6 lines (5 loc) 232 B
import { ModuleWithProviders } from '@angular/core'; import { FirebaseAppConfig } from 'angularfire2'; export declare class ExtendedAngularFirestoreModule { static forRoot(config: FirebaseAppConfig): ModuleWithProviders; }