fireflutter 0.0.24
fireflutter: ^0.0.24 copied to clipboard
A free, open source, rapid development package for creating Social apps based on Firebase.
0.0.24 createdAt, updatedAt on user document #
-
When user registers,
createdAt
andupdatedAt
will be added to user document. -
Whenever user updates profile,
updatedAt
will be updated anduserChange
event fires. -
document update.
-
algolia search settings.
0.0.22 push notification setting change. user language setting. #
- change. push notification settings has been changed.
- language settings has been simplified by adding
userLanguage
getter.
0.0.21 cancellation on user data #
- fix on listening on user data. It produced error on user logout due to improper way of canncellation the subscription.
0.0.20 Phone auth #
- fix bug on phone auth
0.0.19 Push notification update #
- fix on push notification
0.0.18 userChange event on photoURL #
- userChange event fires on photoURL change
0.0.16 deprecation of data #
- data variable is now deprecated. Use
userData
instead.
[0.0.16] - commentEdit #
- Breaking change. The parameters of commentEdit method has been changed.
- Minor fixes.
0.0.15 non-blocking initialze #
- Fireflutter now introduces a non-blocking initialization. It's not a breaking change.
0.0.14 Minor fix #
- Minor fix
[0.0.14] - ForumStatus has been added #
- Breaking change
- noPostsYet, noMorePosts has been replaced with
ForumData.staus
.
- noPostsYet, noMorePosts has been replaced with
0.0.12 minor fixes #
- Minor code fixes.
0.0.11 default settings #
- should work without any settings.
- document update.
0.0.10 Updating documents and minor fixes #
- Updating documents and minor fixes
0.0.9 document. #
- Updating documents
- Minor bug fixes.
0.0.8 Refactoring, minor bug fixes, document update. #
- Refactoring codes on push notification, removing unused packages.
- Bug fixes.
- Document updates.
0.0.7 App settings, localizations. #
- App settings and localizations are updated in real time.
- Document update.
0.0.6 typo. #
- fix typo warning
0.0.5 voting. #
- voting for posts and comments.
- minor bug fixes.
0.0.4 Forum CRUD, Push Notifications, User CRUD, Social Login. #
- User CRUD.
- Forum CRUD is in progress.
- Push notification is in progress.
- Social Login is in progress.
0.0.3 User registration, login, update, logout. #
- Registration and more works on User crud.
0.0.2 Adding user functions. #
- Registration
0.0.1 initial release. #
- initial release.