1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-07 11:05:18 +02:00

itemservice: import just firebase and not everything

This commit is contained in:
Kushagra Gour 2019-03-18 09:00:11 +05:30 committed by GitHub
parent f42fdcceaf
commit 2f7e30771e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
import { deferred } from './deferred';
import { log } from 'util';
import * as firebase from 'firebase';
import firebase from 'firebase/app';
export const itemService = {
async getItem(id) {