All notable changes to this project will be documented in this file.
- Add animation to Heart when liking a post
- add user's post to their own feed
- add logout button to edit profile page
- tabs now keep state after switching pages, improves overall ux
- Code clean up
- Dependency bumps
- Fixed bugs
- remove width constraint on follow button
- feed now loads after username selection
- fix duplicate username screens on first google signin
- fixed error on open + removed useless code
- Set maxWidth and maxHeight on pickImage()
- added missing keys
- New - Location suggestions on upload page
- Changed
BottomNavigationBar
toCupertinoTabBar
to remove empty space underneath icons - Added highlighting for the active page on the
CupertinoTabBar
- Added push notifications with Cloud Functions (Android)
- Get notifications when someone likes or comments on a post and follows you
- Notifications are for android as iOS notifications need an Apple developer account.
- Cloud Functions Changes
- Separated functions to individual files
- npm dependencies updated
- Updated to most recent dependencies