2018-02-28 13:30:54 +00:00
{
2018-03-01 15:19:46 +00:00
"title" : "React Native authentication with Firebase" ,
2018-02-28 17:46:38 +00:00
"description" : "Create a React Native app from scratch, implementing authentication with react-native-firebase. This Codorial covers navigation, firebase, redux and more!" ,
"tags" : [ "react-native" , "redux" , "react-redux" , "firebase" , "firebase-auth" , "react-native-firebase" , "react-navigation" ] ,
2018-02-28 13:30:54 +00:00
"steps" : [
{
"title" : "Getting Started" ,
"file" : "getting-started"
} ,
{
"title" : "Project Structure" ,
"file" : "project-structure"
} ,
{
"title" : "Understanding Firebase Auth" ,
"file" : "understanding-firebase-auth"
} ,
{
"title" : "Integrating Redux" ,
"file" : "integrating-redux"
2018-03-01 10:03:55 +00:00
} ,
{
"title" : "App Navigation" ,
"file" : "app-navigation"
2018-03-01 15:19:46 +00:00
} ,
{
"title" : "Handling Authentication State" ,
"file" : "handling-authentication-state"
} ,
{
"title" : "Creating a sign-in form" ,
"file" : "creating-a-signin-form"
2018-03-01 16:16:58 +00:00
} ,
{
"title" : "Facebook Login" ,
"file" : "facebook-login"
2018-02-28 13:30:54 +00:00
}
]
}