show already selected members of the group chat

- filter list of available members to group chat
This commit is contained in:
tiago.kayaya
2021-01-26 11:03:00 +01:00
parent c1494c70a7
commit 0ef5b6628a
8 changed files with 58 additions and 31 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ export class HomePage implements OnInit {
PushNotifications.addListener(
'registration',
(token: PushNotificationToken) => {
alert('Push registration success, token: ' + token.value);
/* alert('Push registration success, token: ' + token.value); */
console.log('FIREBASE: ', token.value)
},
);