react-mobx-firebase-authentication icon indicating copy to clipboard operation
react-mobx-firebase-authentication copied to clipboard

firestore?

Open cworf opened this issue 6 years ago • 1 comments

How might one modify this to use the firestore database instead?

cworf avatar May 03 '18 01:05 cworf

I never used Firestore myself, so I cannot tell. But the React boilerplate should be pretty similar, shouldn't it? Only the API layer (files) to the Firebase/Firestore should change. And the callback for a logged in user from the withAuthentication and withAuthorization HOCs should be different as well.

rwieruch avatar May 03 '18 03:05 rwieruch