react-firestore-authentication icon indicating copy to clipboard operation
react-firestore-authentication copied to clipboard

🔥Boilerplate Project for Authentication with Firestore in React.

Results 8 react-firestore-authentication issues
Sort by recently updated
recently updated
newest added

## The dependency [firebase](https://github.com/firebase/firebase-js-sdk) was updated from `5.11.1` to `6.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The dependency [react-router-dom](https://github.com/ReactTraining/react-router) was updated from `4.3.1` to `5.0.1`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The dependency [react-scripts](https://github.com/facebook/create-react-app) was updated from `3.1.0` to `3.1.1`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

Using this code I have a problem in getting the authUser-object working correctly. The error thrown is: Unhandled Rejection (TypeError): Cannot read property 'roles' of undefined When checking the condition...

I am really stuck in trying to figure out how to use the AuthUserContext to get to the attributes stored in the user collection for the user with the uid...

The helper in the article is: /* helpers */ this.fieldValue = app.firestore.FieldValue; (note - uppercase FieldValue) Then in messages, you use: createdAt: this.props.firebase.fieldValue.serverTimestamp(), This gives: FirebaseError: Function DocumentReference.set() called with...

After switching from the Firebase realtime database to Firestore, I'm coming across the following error when I press the Sign Up button: > @firebase/firestore: Firestore (7.2.3): Could not reach Cloud...

Currently the guide stops at setting up a Proof of Concept, where users can decide being an admin at signup. It would be nice to add a small expantion which...