swith to event aggregations and render message edits and reactions
This commit is contained in:
committed by
Christian Pauly
parent
2db8016f58
commit
81a6530ed8
@ -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
|
||||
|
Reference in New Issue
Block a user