Skip to content

Commit 931c8da

Browse files
committed
Update docs
1 parent 0f921ec commit 931c8da

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/firebase-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: firebase-overview
33
title: Overview
4+
slug: /
45
---
56

67
Flyer Chat is a platform for creating in-app chat experiences using Flutter or React Native. This is the documentation for Firebase BaaS implementation for Flutter.

doc/firebase-usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ import 'package:flutter_firebase_chat_core/flutter_firebase_chat_core.dart';
1111
1212
await FirebaseChatCore.instance.createUserInFirestore(
1313
types.User(
14-
firstName: 'Alex',
14+
firstName: 'John',
1515
id: credential.user!.uid, // UID from Firebase Authentication
1616
imageUrl: 'https://i.pravatar.cc/300',
17-
lastName: 'Demchenko',
17+
lastName: 'Doe',
1818
),
1919
);
2020
```

0 commit comments

Comments
 (0)