Change move firebase services to firebase directory
This commit is contained in:
17
app/firebase/services/common/CommonService.ts
Normal file
17
app/firebase/services/common/CommonService.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
// - Import react components
|
||||
import { firebaseRef, firebaseAuth } from 'app/firebase/'
|
||||
|
||||
import { SocialError } from 'domain/common'
|
||||
import { ICommonService } from 'services/common'
|
||||
|
||||
/**
|
||||
* Firbase common service
|
||||
*
|
||||
* @export
|
||||
* @class CommonService
|
||||
* @implements {ICommonService}
|
||||
*/
|
||||
export class CommonService implements ICommonService {
|
||||
|
||||
|
||||
}
|
||||
5
app/firebase/services/common/index.ts
Normal file
5
app/firebase/services/common/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { CommonService } from './CommonService'
|
||||
|
||||
export {
|
||||
CommonService
|
||||
}
|
||||
Reference in New Issue
Block a user