dgraph
Documentation
  • Docs
  • Tutorials
  • Home
  • Learn
  • Tour
  • Pricing
  • Community
  • GitHub
  • Home
  • Application developers
    • To-Do List App
      • Overview
      • Schema Design
      • Creating a Basic UI
      • Authorization Rules
      • Using Auth0
      • Using Firebase Authentication
      • Deploying on Dgraph Cloud
    • Message Board in React
      • Introduction
      • Provision the backend
      • Working in GraphQL
        • Design a Schema
        • GraphQL Schema
        • Deploy the Schema
        • GraphQL Operations
        • GraphQL Mutations
        • GraphQL Queries
      • React UI
        • Tech Stack
        • App Boiler Plate
        • Connect to Dgraph Cloud
        • Routing in React
        • GraphQL Queries
        • GraphQL Mutations
      • Conclusion
    • More Sample Apps
      • Charts
      • Todo Apps
      • Pokedex
      • Surveyo
      • DevJokes
  • Data engineers
    • Get Started with Dgraph
      • Introduction
      • Basic Operations
      • Types and Operations
      • Multi-language strings
      • String Indices
      • Advanced Text Search
      • Fuzzy Search
      • Geolocation
    • Graph Data Models 101
      • Data Model
      • Relational Data Modeling
      • Graph Data Modeling
      • Query Data in a Relational Model
      • Query Data in a Graph Model
      • Conclusion
  • Dgraph Administrators
  • Home
  • Community
  • GitHub
    • Steps
Ask a Question

Overview

This is a simple tutorial that will take you through making a basic to-do list app using Dgraph’s GraphQL API and integrating it with third-party authentication (Auth0 or Firebase).

Steps

  • Schema Design
  • Basic UI
  • Add Auth Rules
  • Use Auth0’s JWT
  • Use Firebase’s JWT
  • Deploy on Dgraph Cloud

Schema Design →
    • Steps

Was this helpful?

Ask a Question Edit the page Report an issue
Close