Skip to content

Releases: tattersoftware/codeigniter4-fireauth

Remove Password Hash

Choose a tag to compare

@MGatner MGatner released this 01 Jun 18:08
8181f7f

passwordHash was a required field coming back from the auth entity but occasionally is not populated. This release uses a random password as a placeholder instead of relying on passwordHash.

Remove init; More docs

Choose a tag to compare

@MGatner MGatner released this 29 Jan 17:28
3ae94ea

Initializing the Firebase app was causing conflicts if developers were using Firebase anywhere else in their app. This update requires developers to pre-initialize on their own, providing details in the docs on how to do that.

Initial release

Choose a tag to compare

@MGatner MGatner released this 19 Dec 21:52
760c510
v1.0.0

Update composer.json for release