Migrate actions,reducers and action types to TS #15
This commit is contained in:
17
app/firebaseServices/users/UserService.ts
Normal file
17
app/firebaseServices/users/UserService.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
// - Import react components
|
||||
import { firebaseRef, firebaseAuth } from 'app/firebase/';
|
||||
|
||||
import { SocialError } from "domain/common";
|
||||
import { IUserService } from 'services/users';
|
||||
|
||||
/**
|
||||
* Firbase user service
|
||||
*
|
||||
* @export
|
||||
* @class UserService
|
||||
* @implements {IUserService}
|
||||
*/
|
||||
export class UserService implements IUserService {
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user