the-road-to-react-with-firebase / react-firebase-authentication

🔥 Boilerplate Project for Authentication with Firebase in React.
https://www.robinwieruch.de
1.01k stars 296 forks source link

Real-time database replaced by Firestore (do not merge) #35

Closed TimVanMourik closed 4 years ago

TimVanMourik commented 4 years ago

Hi @rwieruch, I experimented a bit with the firestore instead of the real-time database and managed (I believe) to substitute one for the other. This PR is for people that might be interested in it, not necessarily for merging into the base code, as it changes the purpose of the entire repo. This PR is based on the hooks rewrite in #34. Best, Tim

rwieruch commented 4 years ago

Nice 👍 Maybe it helps to double check with https://github.com/the-road-to-react-with-firebase/react-firestore-authentication :) I got my migration over there.

TimVanMourik commented 4 years ago

Ah, thanks, this was my own exercise and I hadn't even looked for anything else. Just thought it might be nice to share. I'll close this PR then 👍