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
Use new Google API keys (Google maps and Apple maps)
Use new Google Recaptcha keys
Use new Firebase configuration
Improvements
Complete refactor of authentication flow by using conditional rendering of navigators and React Context. Now authentication from quit state is performed seamlessly during splash screen, without going through the Login screen.
Complete refactor of notifications logic while upgrading to react-native-firebase v6. The new logic will be reused for deep linking from links (e.g. emails). Notifications can be opened while logged in or logged off, either from quit state (app not running) or running state
Deep Linking and authentication are integrated together to support scenarios where handling a notification requires authentication
Erase mobile date on logoff to prevent receiving notifications when logged off
Styles improvements
Fix
Fixed switch filters (now clearable via clear button)
Fixed navigation looping issue when opening deep links (reset password/verify email)
Fixed bug whew one was able to swipe back to the login screen (iOS)