Rename firebase folder to solve conflict

This commit is contained in:
Qolzam
2017-10-21 11:36:22 +07:00
parent 407facb109
commit ad57ea0a21
20 changed files with 823 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
import { AuthorizeService } from './authorize'
import { CircleService } from './circles'
import { CommentService } from './comments'
import { CommonService } from './common'
import { ImageGalleryService } from './imageGallery'
import { NotificationService } from './notifications'
import { PostService } from './posts'
import { UserService } from './users'
import { VoteService } from './votes'
export {
AuthorizeService,
CircleService,
CommentService,
CommonService,
ImageGalleryService,
NotificationService,
PostService,
UserService,
VoteService
}