28 lines
789 B
JSON
28 lines
789 B
JSON
{
|
|
"title": "Authentication with Firebase",
|
|
"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"],
|
|
"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"
|
|
},
|
|
{
|
|
"title": "App Navigation",
|
|
"file": "app-navigation"
|
|
}
|
|
]
|
|
}
|