DEV Community

Discussion on: Using Firebase with React Hooks

Collapse
 
technoplato profile image
Michael Lustig - halfjew22@gmail.com

Hey Ben, just learning about the Context API, so I’d like to do a quick sanity check.

In UserProfile I’m this example, assuming we don’t have any routine set up to redirect users to Login / Signup pages, shouldn’t we check that the user is not null and if it is, offer a Login button instead of the Username?

Thanks for your write up.

I may write something that corresponds to React Native land.