react-firestore-authentication
react-firestore-authentication copied to clipboard
🔥Boilerplate Project for Authentication with Firestore in React.
Update firebase to the latest version 🚀
## 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...
Update react-router-dom to the latest version 🚀
## 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...
Update react-scripts to the latest version 🚀
## 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...
Problem with the authUser object in withAuthorization/Authentication
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...
Render the timestamp
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...