littlefish_auth_firebase 10.0.1 copy "littlefish_auth_firebase: ^10.0.1" to clipboard
littlefish_auth_firebase: ^10.0.1 copied to clipboard

PlatformAndroid
unlisted

The implementation of firebase authentication for littlefish mobile applications to use

10.0.1 #

  • Update a dependency to the latest release.

10.0.0 #

Note: This release has breaking changes.

  • FIX: (littlefish_auth_firebase)!: Update dependencies.
  • BREAKING FEAT(auth): reconcile littlefish_auth/auth_firebase onto core 8.x line.

9.0.0 #

Note: This release has breaking changes.

  • BREAKING FEAT(littlefish_auth_firebase): migrate to littlefish_core ^8.0.0 / littlefish_core_utils ^5.0.0. Numbered above the core-7.3.0 line so the highest version carries the highest core.

8.0.0 #

  • Update a dependency to the latest release.

7.0.12 #

  • Update a dependency to the latest release.

7.0.11 #

  • Update a dependency to the latest release.

7.0.10 #

  • Update a dependency to the latest release.

7.0.9 #

  • Update a dependency to the latest release.

7.0.8 #

  • Update a dependency to the latest release.

7.0.7 #

  • Update a dependency to the latest release.

7.0.6 #

  • Update a dependency to the latest release.

7.0.5 #

  • FIX(auth): rename providerName to avoid Firebase Analytics reserved prefix.

7.0.4 #

  • Update a dependency to the latest release.

7.0.3 #

  • Update a dependency to the latest release.

7.0.2 #

  • Update a dependency to the latest release.

7.0.1 #

  • Update a dependency to the latest release.

7.0.0 #

Note: This release has breaking changes.

  • BREAKING FIX(littlefish_auth_firebase): BREAKING-CHANGE Updated auth user to include base user session.
  • BREAKING FEAT(littlefish_auth_firebase): BREAKING-CHANGE Added additional funcitonaility to firebase auth service.

6.1.2 #

  • Update a dependency to the latest release.

6.1.1 #

  • Update a dependency to the latest release.

6.1.0 #

  • FEAT(littlefish_auth_firebase): Added User Tracking.

6.0.3 #

  • Update a dependency to the latest release.

6.0.2 #

  • Update a dependency to the latest release.

6.0.1 #

  • Update a dependency to the latest release.

6.0.0 #

Note: This release has breaking changes.

  • FIX: restore melos versioning after main merge conflict.
  • FIX(firebase_auth_service): Bring back custom sign for custom sign in.
  • FIX(littlefish_auth): Update syntax.
  • FIX(littlefish_auth): update returned objects from session.
  • FIX(littlefish_core): fix up user session models.
  • FIX(littlefish_auth): User switching token changes.
  • FIX(littlefish_auth): Update object types and service methods for user sessions.
  • FIX(littlefish_core): Object refactoring and http client introduction of session token.
  • BREAKING FEAT(littlefish_auth): BREAKING CHANGE , User Switching intial changes and introduction.
  • BREAKING CHORE(littlefish_auth): BREAKING CHANGE: Changing naming conventions and object fields.

5.0.3 #

  • Update a dependency to the latest release.

5.0.2 #

  • Update a dependency to the latest release.

5.0.1 #

  • FIX: restore melos versioning after main merge conflict.
  • FIX(firebase_auth_service): Bring back custom sign for custom sign in.

5.0.0 #

Note: This release has breaking changes.

  • FIX(firebase_auth_service): Bring back custom sign for custom sign in.
  • FIX(littlefish_auth): Update syntax.
  • FIX(littlefish_auth): update returned objects from session.
  • FIX(littlefish_core): fix up user session models.
  • FIX(littlefish_auth): User switching token changes.
  • FIX(littlefish_auth): Update object types and service methods for user sessions.
  • FIX(littlefish_core): Object refactoring and http client introduction of session token.
  • BREAKING FEAT(littlefish_auth): BREAKING CHANGE , User Switching intial changes and introduction.
  • BREAKING CHORE(littlefish_auth): BREAKING CHANGE: Changing naming conventions and object fields.

4.2.8 #

  • Update a dependency to the latest release.

4.2.7 #

  • Update a dependency to the latest release.

4.2.6 #

  • Update a dependency to the latest release.

4.2.5 #

  • FIX(littlefish_auth_firebase): Added additional error case for user already exists.

4.2.4 #

  • FIX(littlefish_auth_firebase): Added additional error case for user already exists.

4.2.3 #

  • FIX(littlefish_firebase_auth): Updated the error messgae to use the one from the core utils authentication error codes.

4.2.2 #

  • FIX(littlefish_firebase_auth): Updated the error messgae to use the one from the core utils authentication error codes.

4.2.1 #

  • FIX: remove unnecessary token retrieval and exception handling in FirebaseAuthService.
  • FIX: update flutter version constraint to remove upper limit.

4.2.0 #

  • FEAT(littlefish_auth_firebase): Firebase errors are now converted to our standard error codes and returns a LittlefishException.
  • FEAT: implement Melos 7.x for monorepo management.

0.0.1 #

Added #

  • Initial release of the authentication functionality.

Changed #

  • N/A

Fixed #

  • N/A

0.0.2 #

Added #

  • test - change of versions upload.

Changed #

  • N/A

Fixed #

  • N/A

0.0.3 #

Added #

  • Added additional interface support methods for littlefish_core 1.0.5

Changed #

  • N/A

Fixed #

  • N/A

0.0.4 #

Added #

  • reference adjustment for littlefish_core

Changed #

  • N/A

Fixed #

  • N/A

0.0.5 #

Added #

  • corred reference for littlefish_core

Changed #

  • N/A

Fixed #

  • N/A

0.0.6 #

Added #

  • None

Changed #

  • N/A

Fixed #

  • Completed implementation for auth user and ensuring that it is accessible.

0.0.7 #

Added #

  • Added support for the business credential to be attached to the currently logged on user, which is set by the main application state.

Changed #

  • N/A

Fixed #

  • None

0.1.0 #

Added #

  • Added support for major increment of littlefish_core

Changed #

  • N/A

Fixed #

  • None

0.1.1 #

Added #

  • Added support for token refresh to be a native capability if nearing expiry

Changed #

  • N/A

Fixed #

  • None

4.0.0 #

Changed #

  • Upgrade flutter to 3.35.0 and updated all packages to latest

4.1.0 #

  • Added the signIn functionalties and moved all firebase auth calls from the merchant app to this package
  • Added backend api calls for signInWithCustom and WithConditions.
  • Added chainning to the calls depending on what type of AuthMode has been injected.

4.1.1 #

  • Updated littlefish core and utils versions
0
likes
130
points
70
downloads

Documentation

API reference

Publisher

verified publisherlittlefishapp.com

Weekly Downloads

The implementation of firebase authentication for littlefish mobile applications to use

Homepage
Repository (GitHub)

License

unknown (license)

Dependencies

firebase_auth, firebase_core, flutter, littlefish_auth, littlefish_core, littlefish_core_utils

More

Packages that depend on littlefish_auth_firebase