- Add support for AngularFire 18 #209
- Add support for AngularFire 17 #206 (Thanks to @garri1105)
- Update dependencies
- Remove support for legacy versions
- Add support for Angular 17 #204
- Add support for Angular 16 #199 (Thanks to @GeorgeSokolovsky)
- Add support for Angular 15 #185
- Add support for Angular 14 #179
- Handle new emulator url correctly #171 (Thanks to @Mikael-Eliasson)
- Support for Angular 13
- See 6.0.0-beta.0 - Update to firebaseui@6.0.0
- Compatibility with @angular/fire@^7.0.0 #158
- FirebaseUI needs to add support for firebase@9 (See #877).
Use
firebase@next
version (0.600.0) to get support for the compat layer.
- FirebaseUI needs to add support for firebase@9 (See #877).
Use
- Change from View Engine to Ivy
- Add support for Angular 12 #157
- Add support for Auth Emulator #142
- Add support for Angular 11
- Add support for firebase@^8.0.0
- Add support for uiShow Callback #133
- Upgrade library to support @angular/fire@6.0.0 #121
- Update to Angular 9 #113 Thanks to @l0ll098 for the PR
- Dump old configurations
- Update sample project to Angular 8
- Update peer dependencies configuration
- Fix service provided always in root instead of AngularFireAuthModule #92
- Fix callbacks running outside the angular zone #85
- Fix bug introduced with 3.4.0
- Add forFeature module initializer #57
- Fix callbacks not getting updated #81
- Workaround for --prod build error #76
- Fix #77
- Update dependencies
- (IMPORTANT) Migrate from firebaseui-angular config to firebaseui config After updating run your app and you will get the new configuration printed to the console.
- Update dependencies
- Fix #73
- Fix #74
- Updated dependencies #72 (Thanks to @arjunyel)
- Fixed support for Angular < 6 #68
- Update project to be compatible with firebaseui v3.1.0 #63 / #65
- Update Readme with information about the sample project - Fix #64
- fix (upgradeAnonymousUser): Enable display with firebaseUI for anonymous user #59
- doc update #58
- Added missing callbacks (error) option #53
- Added deprecated firebaseui callback and a flag to disable it (this will be default in the future)
- Added missing autoUpgradeAnonymousUsers option #53
- Fixed npm audit
- Added support for firebaseui@3 and firebase@5
- Fixed "method" default not working #40
- Fixed firebase imports #32
- Updated build script and all dependencies
- Fixed firebase imports - #29
- Fixed ONE_TAP Login - pull/30
- Removed rxjs import
- Updated README
- Removed deprecated ENUM
- adjust the plugin version to the firebaseui version
- updated dependency to firebaseui 2.4.0 / angularfire 25.0.0-rc.3 / firebase 4.5.2
- credentialHelper #20
- Lazy loading FirebaseUIModule #19
- signInSuccess callback needed #14
- added a helper file for all the classes and enums
- Added README to npm
- Custom configs can be set now
- RedirectUrl can be set now
- Changed enum name AuthProviders -> AuthProvider
Issue #8
- Upgraded to Firebase 4.1.2 / FirebaseUI 2.1.1 / AngularFire 4.0.0-rc.1
- Released version 0.4.0
Issue #7
- Upgraded to Firebase 4.0.0 / FirebaseUI 2.0.0
- Fixed modal showing bug #5
- Updated sample and readme
- Upgrade to AngularFire 4.0 / Firebase 3.9.0 / Angular 4.1.1 #2
- FirebaseUI Integration into Angular