Skip to content

Commit c0fd1d5

Browse files
Deleted empty functions which are never used even at the end of the codelab
1 parent 03ee4e0 commit c0fd1d5

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

angularfire-start/src/app/services/chat.service.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -102,21 +102,6 @@ export class ChatService {
102102
// This first saves the image in Firebase storage.
103103
saveImageMessage = async (file: any) => {};
104104

105-
async updateData(path: string, data: any) {}
106-
107-
async deleteData(path: string) {}
108-
109-
getDocData(path: string) {}
110-
111-
getCollectionData(path: string) {}
112-
113-
async uploadToStorage(
114-
path: string,
115-
input: HTMLInputElement,
116-
contentType: any
117-
) {
118-
return null;
119-
}
120105
// Requests permissions to show notifications.
121106
requestNotificationsPermissions = async () => {};
122107

0 commit comments

Comments
 (0)