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
commit 6fa9c182f2
11 changed files with 512 additions and 150 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