You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+29-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,35 @@
1
-
## [0.0.43] - Document update only
1
+
## [0.0.48] - Document update only
2
2
3
3
- Add documentation on location.
4
4
5
+
## [0.0.47] - Chat functions
6
+
7
+
- Document update on chat functions.
8
+
9
+
## [0.0.46] - Big break on user data events
10
+
11
+
This is going to be a big break.
12
+
13
+
-`userDataChange` and `userPublicDataChange` had been diverged from the previous version of `userChange`.
14
+
- And `userChange` is now used as an alias of `FirebaseAuth.instance.userChanges()` which will be fired on all user change events.
15
+
- Resets userPublicData property when user logs in or register.
16
+
17
+
## [0.0.45] - Revert fetch timeout
18
+
19
+
- Revert code related with `fetched` adn `fetchTimeout`. So, when it can't fetch posts, it would stuck there foerver.
20
+
21
+
## [0.0.44] - Fetch timeout
22
+
23
+
-`getPublicData()` has been deprecatd. Use `getUserPublicData()`.
24
+
-`fetched` becomes true if the app had fetched the first batch of posts from Firestore. Mostly the UI shows a spinner(loader) that the fetching is in progress. And if there is no document to fetch, it would ever become true that causes the UI show spinner and wait forever. So, it will turn into true after the [fetchTimeout] when there is no documents to fetch. This does not mean any documents are actually fetched.
25
+
26
+
## [0.0.43] - Variable name changes and minor changes.
27
+
28
+
-`email` and `password` of `loginOrRegister` are now optional.
29
+
-`userPublicData` has been renamed to `getUserPublicData`.
30
+
-`publicData` has been renamed to `userPublicData`.
31
+
- When user logs out, `userPublicData` become an empty Map.
32
+
5
33
## [0.0.42] - Storage related code update
6
34
7
35
- Storage security rules are updated and user's uid is attached to the file metadata.
0 commit comments