Recent Releases of firebase
firebase - API
- Add support for phone sign in.
- Remove deprecated
create_configfunction, usefirebase_config. - Fix issue with persistence #14
- Upgrade firebase.js to modular, tree-shakable version 9 (latest)
- Use packer to bundle with webpack for better performances and load time.
- Clean up core class, deprecating several (genuinely) useless methods.
- Deprecate
useFirebaseUIin favour offirebaseUIContainer. - In
useFirebasedeprecateanalyticsandfirestorearguments. - Breaking
FirebaseEmailLinkthe method calledsendhas been renamed tosend_email: this method was overwriting an internal private method, actually breaking many things. - Added
Storageclass to use Firebase Storage, requires the user to be signed in. - Added
Analyticsclass to use Firebase Analytics - Add ability to use environment variables instead of the firebase config file #15
- New documentation site
FirebaseEmailLinktheconfigmethod is no longer compulsary; redirect URL is dynamically fetched.- Fix #17 remove babel breaks polyfill.
- Modular approach implemented: dependencies are rendered client-side only where needed.
- R
Published by JohnCoene about 4 years ago
firebase - User Token
- Allow firebase to work in modules.
- Added
email_linktoFirebaseUI. - Added
request_token_idandget_id_tokenmethods to retrieve the user's id token. - Update firebase and friends to v8.1
- R
Published by JohnCoene over 4 years ago
firebase - Security Issue
- Fix potential security issue #11
- Add logging in many places to make it easier to debug
- R
Published by JohnCoene over 4 years ago