react-native-firebase/codorials/authentication-with-firebase/config.json

28 lines
789 B
JSON
Raw Normal View History

2018-02-28 13:30:54 +00:00
{
"title": "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-02-28 13:30:54 +00:00
}
]
}