Lesson 1: Introduction
Link to Figma Design here
Lesson 2: Styling the project
Lesson 3: Building boarding screen
Lesson 4: Components
Lesson 5: Bottom sheet
Lesson 6: If / Then / Else
Lesson 7: Main Page
Lesson 8: Page for new data (Home Work)
Lesson 9: Home Work Explanation
Lesson 10: Connect Firebase and Collections
Lesson 11: Onboarding Flow and User Registration
Lesson 12: Create and Update Documents
Lesson 13: Custom Actions
Lesson 14: Custom Actions and Backend Query
Lesson 15: Passing Parameters
Lesson 16: Fixing Errors
Lesson 17: SendGrid API POST method
{
"personalizations": [
{
"to": [
{
"email": "<destinationEmail>"
}
],
"subject": "Please verify your account"
}
],
"content": [
{
"type": "text/plain",
"value": "This is your verification dineup OTP to change your phone number: <PasscodeEmail>"
}
],
"from": {
"email": "dias.26th@gmail.com",
"name": "DineUp No-Reply"
}
}