This is a sample app to demonstrate how to use FireFlutter package.
- You may refer the branches in the following order to see the gradual update of the sample app.
- fireflutter. Add fireflutter to Flutter project.
- getx. Add GetX package to Flutter project.
- routes. Page routes
- register. User registration.
- register-v2. add more code on register page
- social-login. social login. Google, Apple, Facebook.
- login-with-email-password.
- translations. text translation.
- admin-page. adding admin page
- category-admin. adding category management page
- post-edit. post create without post update
- photo-upload. file upload code without file delete
- forum-list
- Listing posts of a forum cateogry.
- Post create button
- Inifinite scrolling
- Displaying 'no posts' message if there is no post created under a forum.
- Displaying 'no more posts' message if there is no more posts to fetch.
- forum-list-with-photo
- post-edit.
- post-delete.
- vote.
- comment-crud.