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
* feat(auth): add support for microsoft auth provider - @lucasharada (prescottprue#880)
* fix(types): switch order of schema type arguments - @macinjoke (prescottprue#875)
* feat(docs): update docs include microsoft.com provider - @lucasharada (prescottprue#880)
* feat(tests): add test for microsoft.com auth provider - @lucasharada (prescottprue#880)
* chore(ci): switch to Github Actions for CI in place of TravisCI
* chore(build): add lint-staged for quicker lint checking on pre-commit
* chore(deps): update dev dependencies including babel deps
Co-authored-by: Lucas Harada <lucasharada5@gmail.com>
Co-authored-by: macinjoke <shunji.makino@gmail.com>
@@ -21,7 +20,7 @@ The [Material Example](https://github.com/prescottprue/react-redux-firebase/tree
21
20
22
21
## Features
23
22
24
-
* Out of the box support for authentication (with auto load user profile)
23
+
* Out of the box support for authentication (with auto loading user profile from database/firestore)
25
24
* Full Firebase Platform Support Including Real Time Database, Firestore, and Storage
26
25
* Automatic binding/unbinding of listeners through React Hooks (`useFirebaseConnect`, `useFirestoreConnect`) or Higher Order Components (`firebaseConnect` and `firestoreConnect`)
27
26
*[Population capability](http://react-redux-firebase.com/docs/populate) (similar to mongoose's `populate` or SQL's `JOIN`)
@@ -58,7 +57,10 @@ import 'firebase/auth'
58
57
// import 'firebase/firestore' // <- needed if using firestore
59
58
// import 'firebase/functions' // <- needed if using httpsCallable
0 commit comments