swith to event aggregations and render message edits and reactions

This commit is contained in:
Sorunome
2020-08-12 09:30:31 +00:00
committed by Christian Pauly
parent 2db8016f58
commit 81a6530ed8
11 changed files with 514 additions and 152 deletions

View File

@ -161,7 +161,7 @@ abstract class FirebaseController {
} else {
final platform = kIsWeb ? 'Web' : Platform.operatingSystem;
final clientName = 'FluffyChat $platform';
client = Client(clientName, debug: false);
client = Client(clientName);
client.database = await getDatabase(client);
client.connect();
await client.onLoginStateChanged.stream