48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"title": "React Native 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"
|
|
},
|
|
{
|
|
"title": "Handling Authentication State",
|
|
"file": "handling-authentication-state"
|
|
},
|
|
{
|
|
"title": "Creating a sign-in form",
|
|
"file": "creating-a-signin-form"
|
|
},
|
|
{
|
|
"title": "Facebook Login",
|
|
"file": "facebook-login"
|
|
},
|
|
{
|
|
"title": "Google Login",
|
|
"file": "google-login"
|
|
},
|
|
{
|
|
"title": "Conclusion",
|
|
"file": "conclusion"
|
|
}
|
|
]
|
|
}
|