redwood
redwood copied to clipboard
[Docs]: Firebase setup
Summary and description
Is there any further information on the setup with firebase? the docs currently show a hard coded sign up, but there is a lot more to be done for a fully working example. See: https://redwoodjs.com/docs/auth/firebase
If I can see a working example, Then I can document in a PR. However I am brand new to Redwood.
Are you interested in working on this?
- [X] I'm interested in working on this
@camstuart the auth documentation was quick to age and we had trouble keeping it up to date so we tried to keep it as minimal as we could. I don't have a working example on hand—well, do the setup instructions in the doc not work? I know it's minimal but I'd expect to work still. But yeah I don't have a more complicated example I can point you to
Summary and description
Is there any further information on the setup with firebase? the docs currently show a hard coded sign up, but there is a lot more to be done for a fully working example. See: https://redwoodjs.com/docs/auth/firebase
If I can see a working example, Then I can document in a PR. However I am brand new to Redwood.
Are you interested in working on this?
- [X] I'm interested in working on this
Are you referring to the hard-coded email/password in the example vs. a real email/password login form? If so, I can understand why that was done - the simplicity emphasizes the topic (how auth works) and prevents readers from getting lost in UI code specifics (state management, styling, etc.).
It's really a stylistic choice - some docs are very copy-pastable, while others leave the implementation details as an exercise for the reader.