From e33f098592cf29729d420f76637900e01feac87c Mon Sep 17 00:00:00 2001 From: benomatis Date: Fri, 6 Nov 2020 13:09:34 +0100 Subject: [PATCH 1/2] Incorrect reference to FirebaseAuth example I believe this reference to the FirebaseAuth example has been forgotten to be removed from the README following a change that now uses StyledFirebaseAuth in the example only. This is to correct the doc (simply remove the reference). Would be nice to actually see an example implenentation of FirebaseAuth, though. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 67177ed7..010de29c 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ FirebaseUI Auth provides a drop-in auth solution that handles the UI flows for s ## Installation and Usage -> For an example on how to use the FirebaseAuth react component have a look at the [example](./example) folder. - Install the npm package in your React app: ```bash From f82745e2420ab7516d4ae74aa3dc070119eba35b Mon Sep 17 00:00:00 2001 From: benomatis Date: Fri, 6 Nov 2020 13:16:36 +0100 Subject: [PATCH 2/2] Replace reference to FirebaseAuth with StyledFirebaseAuth The example provided actually uses StyledFirebaseAuth and not FirebaseAuth --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 010de29c..fb52d0e3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ FirebaseUI Auth provides a drop-in auth solution that handles the UI flows for s ## Installation and Usage +> For an example on how to use the FirebaseAuth react component have a look at the [example](./example) folder. + Install the npm package in your React app: ```bash @@ -82,9 +84,9 @@ class SignInScreen extends React.Component { } ``` -### Using `FirebaseAuth` with local state. +### Using `StyledFirebaseAuth` with local state. -Below is an example on how to use `FirebaseAuth` with a state change upon sign-in: +Below is an example on how to use `StyledFirebaseAuth` with a state change upon sign-in: ```js // Import FirebaseAuth and firebase.