angularfire2-offline
Version:
Cache angularfire2 data for offline use.
4 lines (3 loc) • 333 B
TypeScript
import { LocalUpdateService } from './local-update-service';
export declare function OfflineWrite(firebasePromise: any, type: string, ref: string, method: string, args: any[], localUpdateService: LocalUpdateService): Promise<void>;
export declare function WriteComplete(id: any, localUpdateService: LocalUpdateService): Promise<{}>;