We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ee4e0 commit c0fd1d5Copy full SHA for c0fd1d5
angularfire-start/src/app/services/chat.service.ts
@@ -102,21 +102,6 @@ export class ChatService {
102
// This first saves the image in Firebase storage.
103
saveImageMessage = async (file: any) => {};
104
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
- }
120
// Requests permissions to show notifications.
121
requestNotificationsPermissions = async () => {};
122
0 commit comments